diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml
index 374152d4c38..84636c122b7 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 [ARVRInterfaceGDNative]. The library must be compiled for each platform and architecture that the project will run on.
- $DOCS_URL/tutorials/scripting/gdnative/gdnative-c-example.html
- $DOCS_URL/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