Bläddra i källkod

Merge pull request #29372 from akien-mga/docs-tutorials-track-latest

doc: Make all tutorial links track "latest" in master branch
Rémi Verschelde 6 år sedan
förälder
incheckning
93845572d5

+ 1 - 1
doc/classes/Resource.xml

@@ -7,7 +7,7 @@
 		Resource is the base class for all resource types, serving primarily as data containers. They are reference counted and freed when no longer in use. They are also loaded only once from disk, and further attempts to load the resource will return the same reference (all this in contrast to a [Node], which is not reference counted and can be instanced from disk as many times as desired). Resources can be saved externally on disk or bundled into another object, such as a [Node] or another resource.
 		Resource is the base class for all resource types, serving primarily as data containers. They are reference counted and freed when no longer in use. They are also loaded only once from disk, and further attempts to load the resource will return the same reference (all this in contrast to a [Node], which is not reference counted and can be instanced from disk as many times as desired). Resources can be saved externally on disk or bundled into another object, such as a [Node] or another resource.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
-		<link>https://docs.godotengine.org/en/stable/getting_started/step_by_step/resources.html</link>
+		<link>https://docs.godotengine.org/en/latest/getting_started/step_by_step/resources.html</link>
 	</tutorials>
 	</tutorials>
 	<methods>
 	<methods>
 		<method name="_setup_local_to_scene" qualifiers="virtual">
 		<method name="_setup_local_to_scene" qualifiers="virtual">

+ 1 - 1
doc/classes/String.xml

@@ -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.
 		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>
 	</description>
 	<tutorials>
 	<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>
 	</tutorials>
 	<methods>
 	<methods>
 		<method name="String">
 		<method name="String">

+ 1 - 1
doc/classes/Theme.xml

@@ -8,7 +8,7 @@
 		Theme resources can be alternatively loaded by writing them in a .theme file, see docs for more info.
 		Theme resources can be alternatively loaded by writing them in a .theme file, see docs for more info.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
-		<link>https://docs.godotengine.org/en/stable/tutorials/gui/gui_skinning.html</link>
+		<link>https://docs.godotengine.org/en/latest/tutorials/gui/gui_skinning.html</link>
 	</tutorials>
 	</tutorials>
 	<methods>
 	<methods>
 		<method name="clear">
 		<method name="clear">

+ 2 - 2
doc/classes/Translation.xml

@@ -7,8 +7,8 @@
 		Translations are resources that can be loaded/unloaded on demand. They map a string to another string.
 		Translations are resources that can be loaded/unloaded on demand. They map a string to another string.
 	</description>
 	</description>
 	<tutorials>
 	<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>
 	</tutorials>
 	<methods>
 	<methods>
 		<method name="add_message">
 		<method name="add_message">

+ 2 - 2
doc/classes/TranslationServer.xml

@@ -7,8 +7,8 @@
 		Server that manages all translations. Translations can be set to it and removed from it.
 		Server that manages all translations. Translations can be set to it and removed from it.
 	</description>
 	</description>
 	<tutorials>
 	<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>
 	</tutorials>
 	<methods>
 	<methods>
 		<method name="add_translation">
 		<method name="add_translation">