Fix GDNative docs links

(cherry picked from commit 6cecb2210e)
This commit is contained in:
Max Hilbrunner 2022-01-24 11:29:20 +01:00 committed by Rémi Verschelde
parent 7e32d42968
commit a59bf9a3b2
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 2 deletions

View File

@ -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.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-c-example.html</link>
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-cpp-example.html</link>
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative_c_example.html</link>
<link>https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative_cpp_example.html</link>
</tutorials>
<methods>
<method name="get_current_dependencies" qualifiers="const">