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/sdk-manual/sdk-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/sdk-manual/sdk-intro.rst') diff --git a/documentation/sdk-manual/sdk-intro.rst b/documentation/sdk-manual/sdk-intro.rst index bbd33b8a78..5514c6767a 100644 --- a/documentation/sdk-manual/sdk-intro.rst +++ b/documentation/sdk-manual/sdk-intro.rst @@ -211,7 +211,7 @@ You just need to follow these general steps: tools to develop your application. If you need to separately install and use the QEMU emulator, you can go to `QEMU Home Page `__ to download and learn about - the emulator. See the ":doc:`../dev-manual/dev-manual-qemu`" chapter in the + the emulator. See the ":doc:`/dev-manual/dev-manual-qemu`" chapter in the Yocto Project Development Tasks Manual for information on using QEMU within the Yocto Project. -- cgit v1.2.3-54-g00ecf