From 9db6de1e46f126b50343ab3cbf10e15c3d04597a Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Fri, 15 Oct 2021 20:00:42 +0200
Subject: [PATCH] docs: fix broken references to machines-and-flavours

This was missed as CI was not operational during the big move.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 docs/ci/hidden-jobs/build-freertos.rst | 2 +-
 docs/ci/hidden-jobs/build-linux.rst    | 5 +++--
 docs/ci/hidden-jobs/build-zephyr.rst   | 2 +-
 docs/ci/hidden-jobs/index.rst          | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/ci/hidden-jobs/build-freertos.rst b/docs/ci/hidden-jobs/build-freertos.rst
index 6159bbf2..e6007f06 100644
--- a/docs/ci/hidden-jobs/build-freertos.rst
+++ b/docs/ci/hidden-jobs/build-freertos.rst
@@ -14,4 +14,4 @@ Usage Guide
 ===========
 
 This job is not intended for direct use. Instead it serves as a base for all
-the FreeRTOS-specific :doc:`../shared-jobs`.
+the FreeRTOS-specific :doc:`../machines-and-flavours`.
diff --git a/docs/ci/hidden-jobs/build-linux.rst b/docs/ci/hidden-jobs/build-linux.rst
index 21b51500..2f51ab56 100644
--- a/docs/ci/hidden-jobs/build-linux.rst
+++ b/docs/ci/hidden-jobs/build-linux.rst
@@ -18,8 +18,9 @@ Usage Guide
 ===========
 
 This job is not intended for direct use. Instead it serves as a base for all
-the Linux-specific :doc:`../shared-jobs`. It may be re-defined in a pipeline to
-alter ``rules`` or ``variables`` in a way that fits a particular purpose.
+the Linux-specific :doc:`../machines-and-flavours`. It may be re-defined in a
+pipeline to alter ``rules`` or ``variables`` in a way that fits a particular
+purpose.
 
 If used directly, it is recommended pick the desired ``MACHINE`` and to
 override the entire script section and refer to the base ``.bitbake-workspace``
diff --git a/docs/ci/hidden-jobs/build-zephyr.rst b/docs/ci/hidden-jobs/build-zephyr.rst
index e966cfc9..70c25eb1 100644
--- a/docs/ci/hidden-jobs/build-zephyr.rst
+++ b/docs/ci/hidden-jobs/build-zephyr.rst
@@ -14,4 +14,4 @@ Usage Guide
 ===========
 
 This job is not intended for direct use. Instead it serves as a base for all
-the Zephyr-specific :doc:`../shared-jobs`.
+the Zephyr-specific :doc:`../machines-and-flavours`.
diff --git a/docs/ci/hidden-jobs/index.rst b/docs/ci/hidden-jobs/index.rst
index e1f9cd7a..b21cb44a 100644
--- a/docs/ci/hidden-jobs/index.rst
+++ b/docs/ci/hidden-jobs/index.rst
@@ -6,7 +6,7 @@ Hidden Jobs
 ===========
 
 There's a number of *hidden jobs*, which start with the dot character, that are
-used as foundation for the set of :doc:`shared jobs <../shared-jobs>`. Hidden
+used as foundation for the set of :doc:`../machines-and-flavours`. Hidden
 jobs do not participate in any pipeline directly. They can only be used as
 templates, using the ``extends: ...`` mechanism, to share and reuse
 implementation details.
-- 
GitLab