Merge pull request #118060 from Ivorforce/gdextension-move

Fix tutorial links for the GDExtension section for a move of the articles
This commit is contained in:
Rémi Verschelde
2026-04-15 12:40:54 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
[b]Note:[/b] GDExtension itself is not a scripting language and has no relation to [GDScript] resources.
</description>
<tutorials>
<link title="GDExtension overview">$DOCS_URL/tutorials/scripting/gdextension/what_is_gdextension.html</link>
<link title="GDExtension overview">$DOCS_URL/engine_details/engine_api/gdextension/what_is_gdextension.html</link>
<link title="GDExtension example in C++">$DOCS_URL/tutorials/scripting/cpp/gdextension_cpp_example.html</link>
</tutorials>
<methods>
+1 -1
View File
@@ -8,7 +8,7 @@
[b]Note:[/b] Do not worry about GDExtension unless you know what you are doing.
</description>
<tutorials>
<link title="GDExtension overview">$DOCS_URL/tutorials/scripting/gdextension/what_is_gdextension.html</link>
<link title="GDExtension overview">$DOCS_URL/engine_details/engine_api/gdextension/what_is_gdextension.html</link>
<link title="GDExtension example in C++">$DOCS_URL/tutorials/scripting/cpp/gdextension_cpp_example.html</link>
</tutorials>
<methods>