diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-15 14:04:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 14:04:00 +0100 |
commit | d7190e04ed0ae5b23213a1ab829a6eb07f671f1a (patch) | |
tree | f2d144f6a018c0bd0874cd4203f6f056fc107f35 /doc/classes/Translation.xml | |
parent | 4b09e342756daa0453b834cde3cd32a0ed289546 (diff) | |
parent | 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (diff) |
Merge pull request #54991 from akien-mga/dehardcode-docs-branch-url
Diffstat (limited to 'doc/classes/Translation.xml')
-rw-r--r-- | doc/classes/Translation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml index 2a0695d42e..defebf7ab4 100644 --- a/doc/classes/Translation.xml +++ b/doc/classes/Translation.xml @@ -7,8 +7,8 @@ Translations are resources that can be loaded and unloaded on demand. They map a string to another string. </description> <tutorials> - <link title="Internationalizing games">https://docs.godotengine.org/en/latest/tutorials/i18n/internationalizing_games.html</link> - <link title="Locales">https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html</link> + <link title="Internationalizing games">$DOCS_URL/tutorials/i18n/internationalizing_games.html</link> + <link title="Locales">$DOCS_URL/tutorials/i18n/locales.html</link> </tutorials> <methods> <method name="_get_message" qualifiers="virtual const"> |