浏览代码

Merge pull request #57114 from mhilbrunner/docs-fix-reloaded

Rémi Verschelde 3 年之前
父节点
当前提交
3073842f69
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      modules/gdnative/doc_classes/GDNativeLibrary.xml

+ 2 - 2
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.
 	</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">