summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--documentation/contributor-guide/submit-changes.rst4
-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
-rw-r--r--documentation/ref-manual/release-process.rst3
5 files changed, 12 insertions, 12 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 71b900f60c..24a3fc751a 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -656,8 +656,8 @@ backported to a stable branch unless the bug in question does not affect the
656master branch or the fix on the master branch is unsuitable for backporting. 656master branch or the fix on the master branch is unsuitable for backporting.
657 657
658The list of stable branches along with the status and maintainer for each 658The list of stable branches along with the status and maintainer for each
659branch can be obtained from the 659branch can be obtained from the :yocto_home:`Releases </development/releases/>`
660:yocto_wiki:`Releases wiki page </Releases>`. 660page.
661 661
662.. note:: 662.. note::
663 663
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.
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index 0f1831902e..cd5d27da31 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -62,7 +62,8 @@ codename are likely to be compatible and thus work together.
62 62
63Releases are given a nominal release version as well but the codename is 63Releases are given a nominal release version as well but the codename is
64used in repositories for this reason. You can find information on Yocto 64used in repositories for this reason. You can find information on Yocto
65Project releases and codenames at :yocto_wiki:`/Releases`. 65Project releases and codenames in the :yocto_home:`Releases page
66</development/releases/>`.
66 67
67Our :doc:`/migration-guides/index` detail how to migrate from one release of 68Our :doc:`/migration-guides/index` detail how to migrate from one release of
68the Yocto Project to the next. 69the Yocto Project to the next.