diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-31 19:26:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 19:26:11 +0000 |
commit | bebc98d4eab0ca9164282d9c0770914025751d24 (patch) | |
tree | 01f0912301ba267504666e4d9e21cffe41b51415 /doc | |
parent | 259c757ccea4c8e223713019ca5ab95788fcf92e (diff) | |
parent | 4667b71811d16169440c320dc490bbe074e4d01b (diff) | |
download | redot-cpp-bebc98d4eab0ca9164282d9c0770914025751d24.tar.gz |
Merge pull request #1 from Redot-Engine/rebrand
Rebrand godot-cpp to redot-cpp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cmake.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cmake.md b/doc/cmake.md index 3dd77f5..68dbc0a 100644 --- a/doc/cmake.md +++ b/doc/cmake.md @@ -18,7 +18,7 @@ - `ANDROID_TOOLCHAIN_NAME`: The android toolchain (arm-linux-androideabi-4.9 or aarch64-linux-android-4.9 or x86-4.9 or x86_64-4.9) - `ANDROID_PLATFORM`: The android platform version (android-23) -- More info [here](https://godot.readthedocs.io/en/latest/development/compiling/compiling_for_android.html) +- More info [here](https://docs.redotengine.org/en/latest/contributing/development/compiling/compiling_for_android) ## Examples ```shell |