doc: Make all tutorial links track "latest" in master branch
While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104.
This commit is contained in:
parent
f7953ddea8
commit
e92c09ba4e
5 changed files with 7 additions and 7 deletions
|
|
@ -7,7 +7,7 @@
|
|||
This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference counted and use a copy-on-write approach, so passing them around is cheap in resources.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/stable/getting_started/scripting/gdscript/gdscript_format_string.html</link>
|
||||
<link>https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_format_string.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="String">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue