summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-12-03 22:38:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:21:27 +0000
commit097d0c9f04353866302efebcdd0b497c2b89cabb (patch)
tree305ac5b0776eb37623a9be99a81bee3434a5e4a9 /documentation/brief-yoctoprojectqs
parentbd1789261122c25d62b8e8e7f7d5647249e8d8ff (diff)
downloadpoky-097d0c9f04353866302efebcdd0b497c2b89cabb.tar.gz
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 <rpjday@crashcourse.ca> (From yocto-docs rev: b7948ec7eb8172b8eae4bfa5c21aab76e123ad85) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/index.rst4
1 files changed, 2 insertions, 2 deletions
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.
39 Tasks Manual for more information. 39 Tasks Manual for more information.
40 40
41If you want more conceptual or background information on the Yocto 41If you want more conceptual or background information on the Yocto
42Project, see the :doc:`../overview-manual/index`. 42Project, see the :doc:`/overview-manual/index`.
43 43
44Compatible Linux Distribution 44Compatible Linux Distribution
45============================= 45=============================
@@ -404,7 +404,7 @@ information including the website, wiki pages, and user manuals:
404 concepts are useful for the beginner. 404 concepts are useful for the beginner.
405 405
406- **Yocto Project Overview and Concepts Manual:** The 406- **Yocto Project Overview and Concepts Manual:** The
407 :doc:`../overview-manual/index` is a great 407 :doc:`/overview-manual/index` is a great
408 place to start to learn about the Yocto Project. This manual 408 place to start to learn about the Yocto Project. This manual
409 introduces you to the Yocto Project and its development environment. 409 introduces you to the Yocto Project and its development environment.
410 The manual also provides conceptual information for various aspects 410 The manual also provides conceptual information for various aspects