1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

doc: Make all tutorial links point to 3.3 branch of docs

This commit is contained in:
Rémi Verschelde
2021-03-26 10:43:43 +01:00
parent 596169d7df
commit 015973df04
164 changed files with 229 additions and 223 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.2/tutorials/plugins/gdnative/gdnative-c-example.html</link>
<link>https://docs.godotengine.org/en/3.2/tutorials/plugins/gdnative/gdnative-cpp-example.html</link>
<link>https://docs.godotengine.org/en/3.3/tutorials/plugins/gdnative/gdnative-c-example.html</link>
<link>https://docs.godotengine.org/en/3.3/tutorials/plugins/gdnative/gdnative-cpp-example.html</link>
</tutorials>
<methods>
<method name="get_current_dependencies" qualifiers="const">