summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-11-23 18:05:11 -0500
committerSpartan322 <Megacake1234@gmail.com>2024-11-23 18:05:11 -0500
commiteb7f50e933d3c261d12275faa46b010615f9c1cb (patch)
treefcdd7edf5631e39c18279663d403b253982f8a43
parenta06b0a021c7ed07e3c1fa45392fa0ab49453c395 (diff)
downloadredot-engine-eb7f50e933d3c261d12275faa46b010615f9c1cb.tar.gz
Fix invalid doc references to godot_notifications
-rw-r--r--doc/classes/Object.xml2
-rw-r--r--doc/classes/SceneTree.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index 7db400e2d6..6c26273389 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -26,7 +26,7 @@
<tutorials>
<link title="Object class introduction">$DOCS_URL/contributing/development/core_and_modules/object_class.html</link>
<link title="When and how to avoid using nodes for everything">$DOCS_URL/tutorials/best_practices/node_alternatives.html</link>
- <link title="Object notifications">$DOCS_URL/tutorials/best_practices/godot_notifications.html</link>
+ <link title="Object notifications">$DOCS_URL/tutorials/best_practices/redot_notifications.html</link>
</tutorials>
<methods>
<method name="_get" qualifiers="virtual">
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index cc884f2926..3a67a6fa20 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -156,7 +156,7 @@
<param index="0" name="group" type="StringName" />
<param index="1" name="notification" type="int" />
<description>
- Calls [method Object.notification] with the given [param notification] to all nodes inside this tree added to the [param group]. See also [url=$DOCS_URL/tutorials/best_practices/godot_notifications.html]Redot notifications[/url] and [method call_group] and [method set_group].
+ Calls [method Object.notification] with the given [param notification] to all nodes inside this tree added to the [param group]. See also [url=$DOCS_URL/tutorials/best_practices/redot_notifications.html]Redot notifications[/url] and [method call_group] and [method set_group].
[b]Note:[/b] This method acts immediately on all selected nodes at once, which may cause stuttering in some performance-intensive situations.
</description>
</method>