From 097d0c9f04353866302efebcdd0b497c2b89cabb Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 3 Dec 2020 22:38:35 +0100 Subject: sphinx: use absolute paths for :doc: references :doc: references can be made with absolute path instead of relative path. This patch was generated with this command: sed -i 's!:doc:`\.\./!:doc:`/!g' */*.rst *.rst And a few manual fixup we made for references such as: :doc:"FOOBAR <../xxx>" Suggested-by: Robert P. J. Day (From yocto-docs rev: b7948ec7eb8172b8eae4bfa5c21aab76e123ad85) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/brief-yoctoprojectqs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/brief-yoctoprojectqs') diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index e8912f07ca..c1b78d0f59 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst @@ -39,7 +39,7 @@ build a reference embedded OS called Poky. Tasks Manual for more information. If you want more conceptual or background information on the Yocto -Project, see the :doc:`../overview-manual/index`. +Project, see the :doc:`/overview-manual/index`. Compatible Linux Distribution ============================= @@ -404,7 +404,7 @@ information including the website, wiki pages, and user manuals: concepts are useful for the beginner. - **Yocto Project Overview and Concepts Manual:** The - :doc:`../overview-manual/index` is a great + :doc:`/overview-manual/index` is a great place to start to learn about the Yocto Project. This manual introduces you to the Yocto Project and its development environment. The manual also provides conceptual information for various aspects -- cgit v1.2.3-54-g00ecf