Explorar o código

Merge pull request #9564 from Trinovantes/patch-1

Fix link written in md syntax instead of rst
Max Hilbrunner hai 1 ano
pai
achega
acd5c65302
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tutorials/platform/android/android_plugin.rst

+ 1 - 1
tutorials/platform/android/android_plugin.rst

@@ -363,7 +363,7 @@ developers / users intend to run the Godot Editor. Not doing so may prevent deve
 users from writing code that accesses the plugin from within the Godot Editor.
 users from writing code that accesses the plugin from within the Godot Editor.
 
 
 This may involve creating dummy plugins for the host OS just so the API is published to the
 This may involve creating dummy plugins for the host OS just so the API is published to the
-editor. You can use the [godot-cpp-template](https://github.com/godotengine/godot-cpp-template)
+editor. You can use the `godot-cpp-template <https://github.com/godotengine/godot-cpp-template>`__
 github template for reference on how to do so.
 github template for reference on how to do so.
 
 
 Godot crashes upon load
 Godot crashes upon load