From 967a8ebb74828020ca90db7dc77bfdc29f67af79 Mon Sep 17 00:00:00 2001 From: Majanto Date: Sun, 12 May 2024 18:20:02 +0200 Subject: [PATCH] Added end slash to the link so we directly have the correct one opening --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14e8eef..cdc673f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ If you are using premake as your build configuration system for Visual Studio, XCode or GNU Make and wanted to easily integrate Android into your development work flow, this module will abstract the convoluted world of gradle, sdk and ndk. -To find out how to use premake modules you can check the reference [here](https://github.com/premake/premake-core/wiki/Using-Modules), You can find the premake-core repository [here](https://github.com/premake/premake-core) and the latest premake executables [here](https://premake.github.io/download). +To find out how to use premake modules you can check the reference [here](https://github.com/premake/premake-core/wiki/Using-Modules), You can find the premake-core repository [here](https://github.com/premake/premake-core) and the latest premake executables [here](https://premake.github.io/download/). In addition to generating Android Studio friendly build.gradle files you can also build from the command line using gradle build.