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:
@@ -7,8 +7,8 @@
|
||||
Translations are resources that can be loaded/unloaded on demand. They map a string to another string.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>https://docs.godotengine.org/en/stable/tutorials/i18n/internationalizing_games.html</link>
|
||||
<link>https://docs.godotengine.org/en/stable/tutorials/i18n/locales.html</link>
|
||||
<link>https://docs.godotengine.org/en/latest/tutorials/i18n/internationalizing_games.html</link>
|
||||
<link>https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="add_message">
|
||||
|
||||
Reference in New Issue
Block a user