Skip to content

Commit 79bb24a

Browse files
authored
Merge pull request #879 from Spartan322/4.3-fix/docs-godot-practices
[4.3] Fix invalid doc references to godot_notifications
2 parents 65de49c + eb7f50e commit 79bb24a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/classes/Object.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<tutorials>
2727
<link title="Object class introduction">$DOCS_URL/contributing/development/core_and_modules/object_class.html</link>
2828
<link title="When and how to avoid using nodes for everything">$DOCS_URL/tutorials/best_practices/node_alternatives.html</link>
29-
<link title="Object notifications">$DOCS_URL/tutorials/best_practices/godot_notifications.html</link>
29+
<link title="Object notifications">$DOCS_URL/tutorials/best_practices/redot_notifications.html</link>
3030
</tutorials>
3131
<methods>
3232
<method name="_get" qualifiers="virtual">

doc/classes/SceneTree.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<param index="0" name="group" type="StringName" />
157157
<param index="1" name="notification" type="int" />
158158
<description>
159-
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].
159+
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].
160160
[b]Note:[/b] This method acts immediately on all selected nodes at once, which may cause stuttering in some performance-intensive situations.
161161
</description>
162162
</method>

0 commit comments

Comments
 (0)