diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml
index a7b05ee99d7..59135d30016 100644
--- a/doc/classes/ClassDB.xml
+++ b/doc/classes/ClassDB.xml
@@ -67,7 +67,7 @@
Returns an array with all the methods of [code]class[/code] or its ancestry if [code]no_inheritance[/code] is [code]false[/code]. Every element of the array is a [Dictionary] with the following keys: [code]args[/code], [code]default_args[/code], [code]flags[/code], [code]id[/code], [code]name[/code], [code]return: (class_name, hint, hint_string, name, type, usage)[/code].
- [b]Note:[/code] In exported release builds the debug info is not available, so the returned dictionaries will contain only method names.
+ [b]Note:[/b] In exported release builds the debug info is not available, so the returned dictionaries will contain only method names.
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index c3d74358514..867a3a60d20 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -16,7 +16,7 @@
https://docs.godotengine.org/en/3.3/tutorials/gui/index.html
https://docs.godotengine.org/en/3.3/tutorials/2d/custom_drawing_in_2d.html
- https://docs.godotengine.org/en/latest/tutorials/ui/control_node_gallery.html
+ https://docs.godotengine.org/en/3.3/tutorials/gui/control_node_gallery.html
https://github.com/godotengine/godot-demo-projects/tree/master/gui
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml
index 759638a1ede..a839809b2cf 100644
--- a/modules/gdscript/doc_classes/@GDScript.xml
+++ b/modules/gdscript/doc_classes/@GDScript.xml
@@ -1112,7 +1112,7 @@
[codeblock]
sqrt(9) # Returns 3
[/codeblock]
- [b]Note:[/b]Negative values of [code]s[/code] return NaN. If you need negative inputs, use [code]System.Numerics.Complex[/code] in C#.
+ [b]Note:[/b] Negative values of [code]s[/code] return NaN. If you need negative inputs, use [code]System.Numerics.Complex[/code] in C#.