From a59bf9a3b2e7cbac52b8f4b58ddd85a40f5cf855 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Mon, 24 Jan 2022 11:29:20 +0100 Subject: [PATCH] Fix GDNative docs links (cherry picked from commit 6cecb2210e54879295d539a031575b28689bfd18) --- modules/gdnative/doc_classes/GDNativeLibrary.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 1a6cf2e498e..ea880d03619 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -7,8 +7,8 @@ A GDNative library can implement [NativeScript]s, global functions to call with the [GDNative] class, or low-level engine extensions through interfaces such as [ARVRInterfaceGDNative]. The library must be compiled for each platform and architecture that the project will run on. - https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-c-example.html - https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-cpp-example.html + https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative_c_example.html + https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative_cpp_example.html