Skip to content

Commit 3e0cbab

Browse files
authored
Merge pull request #10654 from tetrapod00/step-step-link
Improve links to Step by step
2 parents 211ec55 + 9ffbae7 commit 3e0cbab

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

about/introduction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ This documentation is organized into several sections:
7171
- **About** contains this introduction as well as
7272
information about the engine, its history, its licensing, authors, etc. It
7373
also contains the :ref:`doc_faq`.
74-
- **Getting Started** contains all necessary information on using the
75-
engine to make games. It starts with the :ref:`Step by step
76-
<toc-learn-step_by_step>` tutorial which should be the entry point for all
77-
new users. **This is the best place to start if you're new!**
74+
- **Getting Started** contains all necessary information on using the engine to
75+
make games. It starts with the :ref:`doc_getting_started_intro` section which
76+
should be the entry point for all new users. **This is the best place to start
77+
if you're new!**
7878
- The **Manual** can be read or referenced as needed,
7979
in any order. It contains feature-specific tutorials and documentation.
8080
- **Contributing** gives information related to contributing to

getting_started/first_2d_game/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Prerequisites
4848
-------------
4949

5050
This step-by-step tutorial is intended for beginners who followed the complete
51-
:ref:`Getting Started <toc-learn-step_by_step>`.
51+
:ref:`doc_step_by_step`.
5252

5353
If you're an experienced programmer, you can find the complete demo's source
5454
code here: `Dodge the Creeps source code

getting_started/step_by_step/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:allow_comments: False
22

3+
.. _doc_step_by_step:
4+
35
Step by step
46
============
57

tutorials/networking/http_request_class.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ be loaded using
2424
So HTTP may be useful for your game's login system, lobby browser,
2525
to retrieve some information from the web or to download game assets.
2626

27-
This tutorial assumes some familiarity with Godot and the Godot Editor.
28-
Refer to the :ref:`Introduction <toc-learn-introduction>` and the
29-
:ref:`Step by step <toc-learn-step_by_step>` tutorial, especially its
30-
:ref:`Nodes and Scenes <doc_nodes_and_scenes>` and
31-
:ref:`Creating your first script <doc_scripting_first_script>` pages if needed.
32-
3327
HTTP requests in Godot
3428
----------------------
3529

0 commit comments

Comments
 (0)