summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 23:09:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-22 09:58:50 +0100
commitd6ce950527981cf468f7091e5937333ad080e8b6 (patch)
treedd25ff453ac40b26fa8e62188a8ddc68a6159955 /documentation/dev-manual
parent17333a9162fcddce61a330cabf930d3a6e633546 (diff)
downloadpoky-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')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst13
-rw-r--r--documentation/dev-manual/dev-manual-qemu.rst2
-rw-r--r--documentation/dev-manual/dev-manual-start.rst10
3 files changed, 13 insertions, 12 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 5eb7c51644..179979c763 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -10746,14 +10746,15 @@ varies by component:
10746 `bitbake-devel <http://lists.openembedded.org/mailman/listinfo/bitbake-devel>`__ 10746 `bitbake-devel <http://lists.openembedded.org/mailman/listinfo/bitbake-devel>`__
10747 mailing list. 10747 mailing list.
10748 10748
10749- *"meta-*" trees:* These trees contain Metadata. Use the 10749- *"meta-\*" trees:* These trees contain Metadata. Use the
10750 `poky <https://lists.yoctoproject.org/listinfo/poky>`__ mailing list. 10750 `poky <https://lists.yoctoproject.org/g/poky>`__ mailing list.
10751
10752- *Documentation*: For changes to the Yocto Project documentation, use the `docs
10753 <https://lists.yoctoproject.org/g/docs>`__ mailing list.
10751 10754
10752For changes to other layers hosted in the Yocto Project source 10755For changes to other layers hosted in the Yocto Project source
10753repositories (i.e. ``yoctoproject.org``), tools, and the Yocto Project 10756repositories (i.e. ``yoctoproject.org``) and tools use the `Yocto Project
10754documentation, use the `Yocto 10757<https://lists.yoctoproject.org/g/yocto/>`__ general mailing list.
10755Project <https://lists.yoctoproject.org/listinfo/yocto>`__ general
10756mailing list.
10757 10758
10758.. note:: 10759.. note::
10759 10760
diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst
index 88b03745f4..2833689d5f 100644
--- a/documentation/dev-manual/dev-manual-qemu.rst
+++ b/documentation/dev-manual/dev-manual-qemu.rst
@@ -81,7 +81,7 @@ available. Follow these general steps to run QEMU:
81 your :term:`Build Directory`. 81 your :term:`Build Directory`.
82 82
83 - If you have not built an image, you can go to the 83 - If you have not built an image, you can go to the
84 :yocto_dl:`machines/qemu <releases/yocto/yocto-3.1.2/machines/qemu/>` area and download a 84 :yocto_dl:`machines/qemu </releases/yocto/yocto-3.1.2/machines/qemu/>` area and download a
85 pre-built image that matches your architecture and can be run on 85 pre-built image that matches your architecture and can be run on
86 QEMU. 86 QEMU.
87 87
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
3862. *Choose What To Install:* Depending on whether or not your build host 3862. *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
6203. *Find the URL Used to Clone the Repository:* At the bottom of the 6203. *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.
647Follow these steps to locate and download a particular tarball: 647Follow these steps to locate and download a particular tarball:
648 648
6491. *Access the Index of Releases:* Open a browser and go to 6491. *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