Skip to content

Commit

Permalink
Fix GDNative docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Jan 24, 2022
1 parent ed86972 commit 6cecb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/gdnative/doc_classes/GDNativeLibrary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>$DOCS_URL/tutorials/scripting/gdnative/gdnative-c-example.html</link>
<link>$DOCS_URL/tutorials/scripting/gdnative/gdnative-cpp-example.html</link>
<link>$DOCS_URL/tutorials/scripting/gdnative/gdnative_c_example.html</link>
<link>$DOCS_URL/tutorials/scripting/gdnative/gdnative_cpp_example.html</link>
</tutorials>
<methods>
<method name="get_current_dependencies" qualifiers="const">
Expand Down

0 comments on commit 6cecb22

Please sign in to comment.