summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-11-12 15:40:24 +0000
committerSteve Sakoman <steve@sakoman.com>2025-11-19 08:21:24 -0800
commitdacb67f70f64c6833bb63ef1b36c8c0e69adb6c1 (patch)
treef408c93d3dfc2b31028879e8ce4539610b5d0b43 /documentation/dev-manual
parent232e8ebe3c1c8d275ca1e021b93a6390cc6eaf70 (diff)
downloadpoky-dacb67f70f64c6833bb63ef1b36c8c0e69adb6c1.tar.gz
documentation: link to the Releases page on yoctoproject.org instead of wiki
We have a machine-generated Releases page[1] which is preferable to the wiki. [1] https://www.yoctoproject.org/development/releases/ (From yocto-docs rev: 492619059cbbe2d1ebc347c3e86072f32d7d064a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 46a9172fd17aa518028e35b8c874e74889079094) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/layers.rst7
-rw-r--r--documentation/dev-manual/security-subjects.rst8
-rw-r--r--documentation/dev-manual/start.rst2
3 files changed, 8 insertions, 9 deletions
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst
index 22965b642e..92168533e3 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -123,10 +123,9 @@ Follow these general steps to create your layer without using tools:
123 Lists all layers on which this layer depends (if any). 123 Lists all layers on which this layer depends (if any).
124 124
125 - :term:`LAYERSERIES_COMPAT`: 125 - :term:`LAYERSERIES_COMPAT`:
126 Lists the :yocto_wiki:`Yocto Project </Releases>` 126 Lists the :yocto_home:`Yocto Project releases </development/releases/>`
127 releases for which the current version is compatible. This 127 for which the current version is compatible. This variable is a good
128 variable is a good way to indicate if your particular layer is 128 way to indicate if your particular layer is current.
129 current.
130 129
131 130
132 .. note:: 131 .. note::
diff --git a/documentation/dev-manual/security-subjects.rst b/documentation/dev-manual/security-subjects.rst
index 6785b5a16a..1ec7c8b385 100644
--- a/documentation/dev-manual/security-subjects.rst
+++ b/documentation/dev-manual/security-subjects.rst
@@ -44,10 +44,10 @@ See the
44documentation for details regarding the policies and maintenance of stable 44documentation for details regarding the policies and maintenance of stable
45branches. 45branches.
46 46
47The :yocto_wiki:`Releases page </Releases>` contains a list 47The :yocto_home:`Releases </development/releases/>` page contains a list of all
48of all releases of the Yocto Project. Versions in gray are no longer actively 48releases of the Yocto Project, grouped into current and previous releases.
49maintained with security patches, but well-tested patches may still be accepted 49Previous releases are no longer actively maintained with security patches, but
50for them for significant issues. 50well-tested patches may still be accepted for them for significant issues.
51 51
52Security-related discussions at the Yocto Project 52Security-related discussions at the Yocto Project
53------------------------------------------------- 53-------------------------------------------------
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 2bfdfaeb7f..768f39f5ca 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -676,7 +676,7 @@ described in the ":ref:`dev-manual/start:accessing index of releases`" section.
676 .. note:: 676 .. note::
677 677
678 For a "map" of Yocto Project releases to version numbers, see the 678 For a "map" of Yocto Project releases to version numbers, see the
679 :yocto_wiki:`Releases </Releases>` wiki page. 679 :yocto_home:`Releases </development/releases/>` page.
680 680
681 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto 681 You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
682 Project releases. 682 Project releases.