summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-14 09:44:39 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-11-21 12:26:35 +0100
commitdb81144428d7af1b10eb332dde9708e8d136ebe1 (patch)
treeabbc20abaab4bf13898b23a781e62817bb541fbb /tools
parent244c2a8344c01e94cd9bdf835de998b89bc53179 (diff)
downloadsystemd-db81144428d7af1b10eb332dde9708e8d136ebe1.tar.gz
tree-wide: BLS and DPS are now on uapi-group website
Diffstat (limited to 'tools')
-rw-r--r--tools/list-discoverable-partitions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/list-discoverable-partitions.py b/tools/list-discoverable-partitions.py
index 153c904774..8376a7cdeb 100644
--- a/tools/list-discoverable-partitions.py
+++ b/tools/list-discoverable-partitions.py
@@ -90,7 +90,8 @@ DESCRIPTIONS = {
'The Extended Boot Loader Partition (XBOOTLDR) used for the current boot is automatically '
'mounted to `/boot/`, unless a different partition is mounted there (possibly via '
'`/etc/fstab`) or the directory is non-empty on the root disk. This partition type '
- 'is defined by the [Boot Loader Specification](https://systemd.io/BOOT_LOADER_SPECIFICATION).'),
+ 'is defined by the [Boot Loader '
+ 'Specification](https://uapi-group.org/specifications/specs/boot_loader_specification).'),
'SWAP': (
'Swap, optionally in LUKS',
'All swap partitions on the disk containing the root partition are automatically enabled. '