diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-10-06 14:59:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-06 14:59:36 +0200 |
| commit | 294acad796f72e3d1507c60959695a215081dbd1 (patch) | |
| tree | d4b989f6d0aa490c109536ad8b49f8ce6eb8475d /modules/gdnative | |
| parent | 18c1e8014155f7711e752f5d3eade7ddda887b0d (diff) | |
| parent | 862994a8ef15ee97a05f195d70269693092baeb0 (diff) | |
| download | redot-engine-294acad796f72e3d1507c60959695a215081dbd1.tar.gz | |
Merge pull request #53472 from akien-mga/doc-update-tutorial-links
Diffstat (limited to 'modules/gdnative')
| -rw-r--r-- | modules/gdnative/doc_classes/GDNativeLibrary.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 3654870b09..6b3bd714b9 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. </description> <tutorials> - <link title="GDNative C example">https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-c-example.html</link> - <link title="GDNative C++ example">https://docs.godotengine.org/en/latest/tutorials/plugins/gdnative/gdnative-cpp-example.html</link> + <link title="GDNative C example">https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/gdnative_c_example.html</link> + <link title="GDNative C++ example">https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/gdnative_cpp_example.html</link> </tutorials> <methods> <method name="get_current_dependencies" qualifiers="const"> |
