Browse Source

Fix link to AutoLoads documentation in Using SceneTree

Hugo Locurcio 2 years ago
parent
commit
f13651cf96
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/scripting/scene_tree.rst

+ 2 - 2
tutorials/scripting/scene_tree.rst

@@ -181,6 +181,6 @@ function
 These are quick and useful ways to switch scenes but have the drawback
 These are quick and useful ways to switch scenes but have the drawback
 that the game will stall until the new scene is loaded and running. At
 that the game will stall until the new scene is loaded and running. At
 some point in the development of your game, it may be preferable to create proper loading
 some point in the development of your game, it may be preferable to create proper loading
-screens with progress bar, animated indicators or thread (background)
-loading. This must be done manually using autoloads (see next chapter)
+screens with progress bar, animated indicators or threaded (background)
+loading. This must be done manually using :ref:`doc_singletons_autoload`
 and :ref:`doc_background_loading`.
 and :ref:`doc_background_loading`.