]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Update rST to not reference the old wiki
authorTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 16:49:54 +0000 (10:49 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 12 Sep 2024 16:14:49 +0000 (18:14 +0200)
In two places we had references to the old wiki pages instead of links
to the relevant part of our documentation. Update (and slightly reword)
these spots.

Signed-off-by: Tom Rini <trini@konsulko.com>
doc/develop/process.rst
doc/develop/version.rst

index 0542b3fc124555d06cf79a12b17f86a2f7a8e67f..0c6fb31e87b97aae418abb1e3c8e72acc7b1cad8 100644 (file)
@@ -23,9 +23,8 @@ Management Summary
 Phases of the Development Process
 ---------------------------------
 
-U-Boot development takes place in `Release Cycles
-<https://www.denx.de/wiki/U-Boot/ReleaseCycle>`_.  A Release Cycle lasts
-normally for three months.
+U-Boot development takes place in a :doc:`release_cycle`. A Release Cycle
+lasts normally for three months.
 
 The first three weeks of each Release Cycle are called *Merge Window*.
 
index 5c9046aa17aa01490eedfe124dda89ca5b871f61..de11836af45eee9c04fd30953a9610d7559f8213 100644 (file)
@@ -9,7 +9,7 @@ release that came out in October 2020. Release candidates are tagged every few
 weeks as the project heads to the next release. So 2020.10-rc1 was the first
 release candidate (RC), tagged soon after 2020.07 was released.
 
-See https://www.denx.de/wiki/view/U-Boot/ReleaseCycle for full details.
+See :doc:`release_cycle` for full details.
 
 Within the build system, various Makefile variables are created, making use of
 VERSION, PATCHLEVEL and EXTRAVERSION defined at the top of 'Makefile'. There is