From 5b02cfb3e7b83f3cdf5b4971dd91d5a08f930467 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 8 Feb 2023 21:31:16 +0100 Subject: manuals: replace unnecessary uses of 'yocto_docs' by internal references These :yocto_docs: references were making external references to another section of the manual, using the https://docs.yoctoproject.org website. It's actually better to use internal references (:doc: for an entire document, and :ref: for a specific section, as they will cause an error in Sphinx if one day they are no longer valid. (From yocto-docs rev: 0beff9dea986a2ea4b496180b29a99490416eeeb) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/resources.rst | 2 +- documentation/ref-manual/variables.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index 5a09909c70..d2344e39a0 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst @@ -173,7 +173,7 @@ Here is a list of resources you might find helpful: - :yocto_wiki:`FAQ `: A list of commonly asked questions and their answers. -- :yocto_docs:`Release Information `: +- :doc:`Release Information `: Migration guides, release notes, new features, updates and known issues for the current and past releases of the Yocto Project. diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 1989bd6206..a36c4c6df9 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -8481,7 +8481,7 @@ system and gives an overview of their function and contents. responsibility to ensure that the toolchain is compatible with the default toolchain. Using older or newer versions of these components might cause build problems. See - :yocto_docs:`Release Information ` for your + :doc:`Release Information ` for your version of the Yocto Project, to find the specific components with which the toolchain must be compatible. -- cgit v1.2.3-54-g00ecf