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:
Rémi Verschelde
2019-06-01 11:33:32 +02:00
parent f7953ddea8
commit e92c09ba4e
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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">