diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html
index 0a00591ed17..26a68a092b6 100644
--- a/misc/dist/html/editor.html
+++ b/misc/dist/html/editor.html
@@ -330,7 +330,7 @@
- Web editor documentation
+ Web editor documentation
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs
index 70827109105..8c574a17a0e 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs
+++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs
@@ -35,7 +35,7 @@ namespace Godot
/// orthogonal to each other, but are not necessarily normalized (due to scaling).
///
/// For more information, read this documentation article:
- /// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html
+ /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
///
[Serializable]
[StructLayout(LayoutKind.Sequential)]
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs
index 43bc82b10db..ac617846c3d 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs
+++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform.cs
@@ -15,7 +15,7 @@ namespace Godot
/// for the origin (last column).
///
/// For more information, read this documentation article:
- /// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html
+ /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
///
[Serializable]
[StructLayout(LayoutKind.Sequential)]
diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform2D.cs b/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform2D.cs
index c197a6bb752..96f64366c3b 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform2D.cs
+++ b/modules/mono/glue/GodotSharp/GodotSharp/Core/Transform2D.cs
@@ -14,7 +14,7 @@ namespace Godot
/// It consists of a three values: x, y, and the origin.
///
/// For more information, read this documentation article:
- /// https://docs.godotengine.org/en/3.5/tutorials/math/matrices_and_transforms.html
+ /// https://docs.godotengine.org/en/3.6/tutorials/math/matrices_and_transforms.html
///
[Serializable]
[StructLayout(LayoutKind.Sequential)]
diff --git a/version.py b/version.py
index 9a258da5e98..2a6d0e3d2f2 100644
--- a/version.py
+++ b/version.py
@@ -3,8 +3,8 @@ name = "Godot Engine"
major = 3
minor = 6
patch = 0
-status = "beta"
+status = "rc"
module_config = ""
year = 2024
website = "https://godotengine.org"
-docs = "3.5"
+docs = "3.6"