From 4cefa6bb3c4b5493efb436f9c99af6e002bfc8b4 Mon Sep 17 00:00:00 2001 From: Spartan322 Date: Sat, 23 Nov 2024 18:05:11 -0500 Subject: [PATCH] Fix invalid doc references to godot_notifications (cherry picked from commit eb7f50e933d3c261d12275faa46b010615f9c1cb) --- doc/classes/Object.xml | 2 +- doc/classes/SceneTree.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml index 2f01f8acf23..92227aad425 100644 --- a/doc/classes/Object.xml +++ b/doc/classes/Object.xml @@ -26,7 +26,7 @@ $DOCS_URL/contributing/development/core_and_modules/object_class.html $DOCS_URL/tutorials/best_practices/node_alternatives.html - $DOCS_URL/tutorials/best_practices/godot_notifications.html + $DOCS_URL/tutorials/best_practices/redot_notifications.html diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index cc884f29267..3a67a6fa207 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -156,7 +156,7 @@ - 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.