From 9e59d0a3be8d1fd38e441cfae7d4e777b19f2cc0 Mon Sep 17 00:00:00 2001 From: Mathias Bolt Lesniak Date: Thu, 24 Apr 2025 18:06:56 +0200 Subject: [PATCH] [BUGFIX] Correct ref link to "create-root-page" in card footer The "Create a root page" link at the bottom of the "Root page" card of the "First project setup" page is now linking the the "Create root page" subpage. It was erroneously linking to "Site management". This was achieved by correcting the anchor reference. --- Documentation/FirstProject/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/FirstProject/Index.rst b/Documentation/FirstProject/Index.rst index edc430ae..9b0a1e0c 100644 --- a/Documentation/FirstProject/Index.rst +++ b/Documentation/FirstProject/Index.rst @@ -33,7 +33,7 @@ In this chapter you will: Learn how to create the first page, the so called root page. It will be your future home page. - .. card-footer:: :ref:`Create a root page ` + .. card-footer:: :ref:`Create a root page ` :button-style: btn btn-secondary stretched-link .. card:: :ref:`Create a new site configuration `