doc: Update links to latest documentation after content reorganization
This commit is contained in:
parent
36de097577
commit
862994a8ef
62 changed files with 67 additions and 66 deletions
|
|
@ -8,8 +8,8 @@
|
|||
[b]Note:[/b] In C#, resources will not be freed instantly after they are no longer in use. Instead, garbage collection will run periodically and will free resources that are no longer in use. This means that unused resources will linger on for a while before being removed.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link title="Resources">https://docs.godotengine.org/en/latest/getting_started/step_by_step/resources.html</link>
|
||||
<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="Resources">https://docs.godotengine.org/en/latest/tutorials/scripting/resources.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="duplicate" qualifiers="const">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue