mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
doc: Update rST to not reference the old wiki
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>
This commit is contained in:
parent
19fac2b1d0
commit
8002b1c07c
2 changed files with 3 additions and 4 deletions
doc/develop
|
@ -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*.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue