summaryrefslogtreecommitdiffstats
path: root/documentation/overview-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/overview-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/overview-manual')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst2
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.rst6
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index 3d8dc7afd1..6ce5f80af3 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -153,7 +153,7 @@ several pieces of hardware.
153 153
154Many layers exist that work in the Yocto Project development 154Many layers exist that work in the Yocto Project development
155environment. The `Yocto Project Curated Layer 155environment. The `Yocto Project Curated Layer
156Index <https://caffelli-staging.yoctoproject.org/software-overview/layers/>`__ 156Index <https://www.yoctoproject.org/software-overview/layers/>`__
157and `OpenEmbedded Layer 157and `OpenEmbedded Layer
158Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__ 158Index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__
159both contain layers from which you can use or leverage. 159both contain layers from which you can use or leverage.
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst
index 3b5147d732..bb2c8e72e7 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/overview-manual-development-environment.rst
@@ -43,7 +43,7 @@ Wikipedia has a good historical description of the Open Source
43Philosophy `here <http://en.wikipedia.org/wiki/Open_source>`__. You can 43Philosophy `here <http://en.wikipedia.org/wiki/Open_source>`__. You can
44also find helpful information on how to participate in the Linux 44also find helpful information on how to participate in the Linux
45Community 45Community
46`here <http://ldn.linuxfoundation.org/book/how-participate-linux-community>`__. 46`here <https://www.kernel.org/doc/html/latest/process/index.html>`__.
47 47
48.. _gs-the-development-host: 48.. _gs-the-development-host:
49 49
@@ -185,7 +185,7 @@ development:
185 see the ":ref:`dev-manual/dev-manual-start:accessing source repositories`" 185 see the ":ref:`dev-manual/dev-manual-start:accessing source repositories`"
186 Section in the Yocto Project Development Tasks Manual. 186 Section in the Yocto Project Development Tasks Manual.
187 187
188- :yocto_dl:`Index of /releases: <releases>` This is an index 188- :yocto_dl:`Index of /releases: </releases>` This is an index
189 of releases such as Poky, Pseudo, installers for cross-development 189 of releases such as Poky, Pseudo, installers for cross-development
190 toolchains, miscellaneous support and all released versions of Yocto 190 toolchains, miscellaneous support and all released versions of Yocto
191 Project in the form of images or tarballs. Downloading and extracting 191 Project in the form of images or tarballs. Downloading and extracting
@@ -205,7 +205,7 @@ development:
205 through the "SOFTWARE" menu that allows you to download any Yocto 205 through the "SOFTWARE" menu that allows you to download any Yocto
206 Project release, tool, and Board Support Package (BSP) in tarball 206 Project release, tool, and Board Support Package (BSP) in tarball
207 form. The tarballs are similar to those found in the 207 form. The tarballs are similar to those found in the
208 :yocto_dl:`Index of /releases: <releases>` area. 208 :yocto_dl:`Index of /releases: </releases>` area.
209 209
210 .. image:: figures/yp-download.png 210 .. image:: figures/yp-download.png
211 :align: center 211 :align: center
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst
index 265fbda7fc..5cdab7ca4a 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.rst
+++ b/documentation/overview-manual/overview-manual-yp-intro.rst
@@ -224,7 +224,7 @@ your Metadata, the easier it is to cope with future changes.
224 possible. 224 possible.
225 225
226 - Familiarize yourself with the `Yocto Project curated layer 226 - Familiarize yourself with the `Yocto Project curated layer
227 index <https://caffelli-staging.yoctoproject.org/software-overview/layers/>`__ 227 index <https://www.yoctoproject.org/software-overview/layers/>`__
228 or the `OpenEmbedded layer 228 or the `OpenEmbedded layer
229 index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__. 229 index <http://layers.openembedded.org/layerindex/branch/master/layers/>`__.
230 The latter contains more layers but they are less universally 230 The latter contains more layers but they are less universally