diff options
| author | Quentin Schulz <[email protected]> | 2026-08-27 21:52:58 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | a923eaa5b10470c403d403b141884178f317aadd (patch) | |
| tree | 01e88bfca3189dba4a04af76081c02fdfe30df1e | |
| parent | a825b90a5cab87faca916b071d0c888798b975d6 (diff) | |
doc: bootstd: update link to BSL
The link states the current version has moved to
https://systemd.io/BOOT_LOADER_SPECIFICATION/ which itself says it's now
hosted at
https://uapi-group.org/specifications/specs/boot_loader_specification/
so used that link instead of making the user hop through multiple hoops.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/develop/bootstd/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index ec9fafa0fa0..106586f667b 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -882,7 +882,7 @@ Other ideas: .. _distro_bootcmd: https://github.com/u-boot/u-boot/blob/master/include/config_distro_bootcmd.h -.. _BootLoaderSpec: http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ +.. _BootLoaderSpec: https://uapi-group.org/specifications/specs/boot_loader_specification/ .. _distro_boot: https://github.com/u-boot/u-boot/blob/master/boot/distro.c .. _bootflow_h: https://github.com/u-boot/u-boot/blob/master/include/bootflow.h .. _migrate_patch: https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ |
