diff --git a/about/introduction.rst b/about/introduction.rst index b577c26e7b3..20c188474d2 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -71,10 +71,10 @@ This documentation is organized into several sections: - **About** contains this introduction as well as information about the engine, its history, its licensing, authors, etc. It also contains the :ref:`doc_faq`. -- **Getting Started** contains all necessary information on using the - engine to make games. It starts with the :ref:`Step by step - ` tutorial which should be the entry point for all - new users. **This is the best place to start if you're new!** +- **Getting Started** contains all necessary information on using the engine to + make games. It starts with the :ref:`doc_getting_started_intro` section which + should be the entry point for all new users. **This is the best place to start + if you're new!** - The **Manual** can be read or referenced as needed, in any order. It contains feature-specific tutorials and documentation. - **Contributing** gives information related to contributing to diff --git a/getting_started/first_2d_game/index.rst b/getting_started/first_2d_game/index.rst index 868a7b4b311..e50dde288eb 100644 --- a/getting_started/first_2d_game/index.rst +++ b/getting_started/first_2d_game/index.rst @@ -48,7 +48,7 @@ Prerequisites ------------- This step-by-step tutorial is intended for beginners who followed the complete -:ref:`Getting Started `. +:ref:`doc_step_by_step`. If you're an experienced programmer, you can find the complete demo's source code here: `Dodge the Creeps source code diff --git a/getting_started/step_by_step/index.rst b/getting_started/step_by_step/index.rst index 33edde127e1..15a95d4f419 100644 --- a/getting_started/step_by_step/index.rst +++ b/getting_started/step_by_step/index.rst @@ -1,5 +1,7 @@ :allow_comments: False +.. _doc_step_by_step: + Step by step ============ diff --git a/tutorials/networking/http_request_class.rst b/tutorials/networking/http_request_class.rst index eb760bcea5d..4bbc2854d55 100644 --- a/tutorials/networking/http_request_class.rst +++ b/tutorials/networking/http_request_class.rst @@ -24,12 +24,6 @@ be loaded using So HTTP may be useful for your game's login system, lobby browser, to retrieve some information from the web or to download game assets. -This tutorial assumes some familiarity with Godot and the Godot Editor. -Refer to the :ref:`Introduction ` and the -:ref:`Step by step ` tutorial, especially its -:ref:`Nodes and Scenes ` and -:ref:`Creating your first script ` pages if needed. - HTTP requests in Godot ----------------------