Skip to content

Commit 781f8a4

Browse files
committed
docs/guides/redundancy.md: fix upstream docs link
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
1 parent be7d71f commit 781f8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/redundancy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ to map them - effectively allowing to swap the two chunks.
2525
* **A/B Slot Setup**: The top of the firmware is divided into two slots:
2626
`BOOTBLOCK` and `TOPSWAP`, which contain bootblocks "chosen" by the Top
2727
Swap mechanism. They in turn choose `COREBOOT` and `COREBOOT_TS` regions
28-
correspondingly to load consecutive stages from.
28+
respectively to load consecutive stages from.
2929

3030
* **Runtime CMOS Control**: The CMOS option `attempt_slot_b` controls the Top
3131
Swap state, also enabling users to manually select the active slot by setting
@@ -50,4 +50,4 @@ reboot, the system will boot from the newly updated slot.
5050
## Further reading
5151

5252
For a more detailed documentation of the implementation, please read the
53-
[upstream coreboot documentation](WIP.com).
53+
[upstream coreboot documentation](https://doc.coreboot.org/soc/intel/redundancy.html).

0 commit comments

Comments
 (0)