From bd502a004d79554c602e46961201bc6b558c20cd Mon Sep 17 00:00:00 2001 From: Seth McCombs Date: Tue, 26 Sep 2023 18:02:42 -0700 Subject: [PATCH] fix getting started URL (#8034) * fix getting started URL * ref to reST for getting started * doc_getting_started_intro --- about/introduction.rst | 2 +- getting_started/introduction/index.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/about/introduction.rst b/about/introduction.rst index d4339d46f..401b8c5ba 100644 --- a/about/introduction.rst +++ b/about/introduction.rst @@ -22,7 +22,7 @@ Before you start The :ref:`Tutorials and resources ` page lists video tutorials contributed by the community. If you prefer video to text, -consider checking them out. Otherwise, :ref:`Getting Started ` +consider checking them out. Otherwise, :ref:`Getting Started ` is a great starting point. In case you have trouble with one of the tutorials or your project, diff --git a/getting_started/introduction/index.rst b/getting_started/introduction/index.rst index 8c1412aeb..55633431c 100644 --- a/getting_started/introduction/index.rst +++ b/getting_started/introduction/index.rst @@ -2,6 +2,8 @@ started series, answering questions like "do I want to learn Godot?", "how does it look and feel?", "how does it work?", and "how do I best learn it?". +.. _doc_getting_started_intro: + Introduction ============