From 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 15 Nov 2021 10:43:07 +0100 Subject: Replace Godot docs URL with `$DOCS_URL` in XML class reference --- modules/gdnative/doc_classes/GDNativeLibrary.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gdnative/doc_classes') diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 6b3bd714b9..21df640ebc 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 XRInterfaceGDNative. The library must be compiled for each platform and architecture that the project will run on. - https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/gdnative_c_example.html - https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/gdnative_cpp_example.html + $DOCS_URL/tutorials/scripting/gdnative/gdnative_c_example.html + $DOCS_URL/tutorials/scripting/gdnative/gdnative_cpp_example.html -- cgit v1.2.3