diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index d94e495a5ee..e5285587ebb 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -16,8 +16,9 @@ [b]Note:[/b] Theme items are [i]not[/i] [Object] properties. This means you can't access their values using [method Object.get] and [method Object.set]. Instead, use the [code]get_theme_*[/code] and [code]add_theme_*_override[/code] methods provided by this class. - https://docs.godotengine.org/en/latest/tutorials/gui/index.html + https://docs.godotengine.org/en/latest/tutorials/ui/index.html https://docs.godotengine.org/en/latest/tutorials/2d/custom_drawing_in_2d.html + https://docs.godotengine.org/en/latest/tutorials/ui/control_node_gallery.html https://github.com/godotengine/godot-demo-projects/tree/master/gui