From f85a01157517c495412d6e2f803826a91690eba2 Mon Sep 17 00:00:00 2001 From: Stephen Li Date: Sun, 30 Jun 2024 01:48:49 -0400 Subject: [PATCH] Fix link written in md syntax instead of rst (cherry picked from commit ce1b9dfb941e1024b005275d18d886648350e7da) --- tutorials/platform/android/android_plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/platform/android/android_plugin.rst b/tutorials/platform/android/android_plugin.rst index ff810a7b6..0674ebdad 100644 --- a/tutorials/platform/android/android_plugin.rst +++ b/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. 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 `__ github template for reference on how to do so. Godot crashes upon load