diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 23:09:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-22 09:58:50 +0100 |
commit | d6ce950527981cf468f7091e5937333ad080e8b6 (patch) | |
tree | dd25ff453ac40b26fa8e62188a8ddc68a6159955 /documentation/dev-manual/dev-manual-start.rst | |
parent | 17333a9162fcddce61a330cabf930d3a6e633546 (diff) | |
download | poky-d6ce950527981cf468f7091e5937333ad080e8b6.tar.gz |
docs: fix broken links
(From yocto-docs rev: 5139bf1d3ac7f31b711a8410a195ffc88ac560bf)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst index 536d5a9cd9..d9c1e4de00 100644 --- a/documentation/dev-manual/dev-manual-start.rst +++ b/documentation/dev-manual/dev-manual-start.rst | |||
@@ -380,7 +380,7 @@ as your Yocto Project build host: | |||
380 | Depending on your build host, you might have to install different | 380 | Depending on your build host, you might have to install different |
381 | software to support Docker containers. Go to the Docker installation | 381 | software to support Docker containers. Go to the Docker installation |
382 | page and read about the platform requirements in "`Supported | 382 | page and read about the platform requirements in "`Supported |
383 | Platforms <https://docs.docker.com/install/#supported-platforms>`__" | 383 | Platforms <https://docs.docker.com/engine/install/#supported-platforms>`__" |
384 | your build host needs to run containers. | 384 | your build host needs to run containers. |
385 | 385 | ||
386 | 2. *Choose What To Install:* Depending on whether or not your build host | 386 | 2. *Choose What To Install:* Depending on whether or not your build host |
@@ -402,11 +402,11 @@ as your Yocto Project build host: | |||
402 | type of the software you need to install: | 402 | type of the software you need to install: |
403 | 403 | ||
404 | - Install `Docker CE for | 404 | - Install `Docker CE for |
405 | Windows <https://docs.docker.com/docker-for-windows/install/#install-docker-for-windows-desktop-app>`__ | 405 | Windows <https://docs.docker.com/docker-for-windows/install/#install-docker-desktop-on-windows>`__ |
406 | for Windows build hosts that meet requirements. | 406 | for Windows build hosts that meet requirements. |
407 | 407 | ||
408 | - Install `Docker CE for | 408 | - Install `Docker CE for |
409 | Macs <https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-for-mac>`__ | 409 | MacOs <https://docs.docker.com/docker-for-mac/install/#install-and-run-docker-desktop-on-mac>`__ |
410 | for Mac build hosts that meet requirements. | 410 | for Mac build hosts that meet requirements. |
411 | 411 | ||
412 | - Install `Docker Toolbox for | 412 | - Install `Docker Toolbox for |
@@ -619,7 +619,7 @@ Use the following procedure to locate the latest upstream copy of the | |||
619 | 619 | ||
620 | 3. *Find the URL Used to Clone the Repository:* At the bottom of the | 620 | 3. *Find the URL Used to Clone the Repository:* At the bottom of the |
621 | page, note the URL used to clone that repository | 621 | page, note the URL used to clone that repository |
622 | (e.g. :yocto_git:`/git/poky`). | 622 | (e.g. :yocto_git:`/cgit.cgi/poky`). |
623 | 623 | ||
624 | .. note:: | 624 | .. note:: |
625 | 625 | ||
@@ -647,7 +647,7 @@ of a given component. | |||
647 | Follow these steps to locate and download a particular tarball: | 647 | Follow these steps to locate and download a particular tarball: |
648 | 648 | ||
649 | 1. *Access the Index of Releases:* Open a browser and go to | 649 | 1. *Access the Index of Releases:* Open a browser and go to |
650 | :yocto_dl:`Index of Releases <releases>`. The | 650 | :yocto_dl:`Index of Releases </releases>`. The |
651 | list represents released components (e.g. ``bitbake``, ``sato``, and | 651 | list represents released components (e.g. ``bitbake``, ``sato``, and |
652 | so on). | 652 | so on). |
653 | 653 | ||