diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml
index db7bd678536..1a6cf2e498e 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.
- https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-c-example.html
- https://docs.godotengine.org/en/3.4/tutorials/plugins/gdnative/gdnative-cpp-example.html
+ https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-c-example.html
+ https://docs.godotengine.org/en/3.4/tutorials/scripting/gdnative/gdnative-cpp-example.html
diff --git a/modules/gdscript/doc_classes/GDScript.xml b/modules/gdscript/doc_classes/GDScript.xml
index 917ea92eea5..2d1f6d639d4 100644
--- a/modules/gdscript/doc_classes/GDScript.xml
+++ b/modules/gdscript/doc_classes/GDScript.xml
@@ -8,7 +8,7 @@
[method new] creates a new instance of the script. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
- https://docs.godotengine.org/en/3.4/getting_started/scripting/gdscript/index.html
+ https://docs.godotengine.org/en/3.4/tutorials/scripting/gdscript/index.html
diff --git a/modules/mono/doc_classes/CSharpScript.xml b/modules/mono/doc_classes/CSharpScript.xml
index 45a6879db7f..766fcbf375f 100644
--- a/modules/mono/doc_classes/CSharpScript.xml
+++ b/modules/mono/doc_classes/CSharpScript.xml
@@ -8,7 +8,7 @@
See also [GodotSharp].
- https://docs.godotengine.org/en/3.4/getting_started/scripting/c_sharp/index.html
+ https://docs.godotengine.org/en/3.4/tutorials/scripting/c_sharp/index.html
diff --git a/modules/visual_script/doc_classes/VisualScript.xml b/modules/visual_script/doc_classes/VisualScript.xml
index 33c573ff77d..87da4fea713 100644
--- a/modules/visual_script/doc_classes/VisualScript.xml
+++ b/modules/visual_script/doc_classes/VisualScript.xml
@@ -9,7 +9,7 @@
You are most likely to use this class via the Visual Script editor or when writing plugins for it.
- https://docs.godotengine.org/en/3.4/getting_started/scripting/visual_script/index.html
+ https://docs.godotengine.org/en/3.4/tutorials/scripting/visual_script/index.html