summaryrefslogtreecommitdiff
path: root/doc/classes/Object.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-06 14:59:36 +0200
committerGitHub <noreply@github.com>2021-10-06 14:59:36 +0200
commit294acad796f72e3d1507c60959695a215081dbd1 (patch)
treed4b989f6d0aa490c109536ad8b49f8ce6eb8475d /doc/classes/Object.xml
parent18c1e8014155f7711e752f5d3eade7ddda887b0d (diff)
parent862994a8ef15ee97a05f195d70269693092baeb0 (diff)
Merge pull request #53472 from akien-mga/doc-update-tutorial-links
Diffstat (limited to 'doc/classes/Object.xml')
-rw-r--r--doc/classes/Object.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index ed045f8390..5a84364b92 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -29,7 +29,7 @@
[b]Note:[/b] Unlike references to a [RefCounted], references to an Object stored in a variable can become invalid without warning. Therefore, it's recommended to use [RefCounted] for data classes instead of [Object].
</description>
<tutorials>
- <link title="When and how to avoid using nodes for everything">https://docs.godotengine.org/en/latest/getting_started/workflow/best_practices/node_alternatives.html</link>
+ <link title="When and how to avoid using nodes for everything">https://docs.godotengine.org/en/latest/tutorials/best_practices/node_alternatives.html</link>
</tutorials>
<methods>
<method name="_get" qualifiers="virtual">