From a0848495f3790b40e6724b6ffc6767f077a358e9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Oct 2018 14:00:20 +0200 Subject: [PATCH] man: change all github links to use systemd.io domain instead We shouldn't push people towards the git UI, but instead just refernce the public version on the systemd.io domain. --- man/bootctl.xml | 4 ++-- man/kernel-install.xml | 2 +- man/systemd-boot.xml | 10 +++++----- man/systemd-portabled.service.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man/bootctl.xml b/man/bootctl.xml index 816b618087..3c9e604f7c 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -114,7 +114,7 @@ Shows all available boot loader entries implementing the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification, as well as any other entries discovered or automatically generated by the boot loader. @@ -147,7 +147,7 @@ See Also systemd-boot7, - Boot Loader Specification, + Boot Loader Specification, Boot Loader Interface diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 522d5fb54d..884b25da9b 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -165,7 +165,7 @@ machine-id5, os-release5, - Boot Loader Specification + Boot Loader Specification diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 6abed7693a..c3b34e54c9 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -38,13 +38,13 @@ Boot entries defined with Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification description files located in /loader/entries/ on the ESP. These usually describe Linux kernel images with associated initrd images, but alternatively may also describe arbitrary other EFI executables. Unified kernel images following the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification, as executable EFI binaries in /EFI/Linux/ on the ESP. @@ -231,9 +231,9 @@ /loader/loader.conf on the ESP (in combination with data read from EFI variables). See loader.conf5. Boot entry description files following the Boot Loader + url="https://systemd.io/BOOT_LOADER_SPECIFICATION">Boot Loader Specification are read from /loader/entries/ on the ESP. Unified kernel boot entries - following the Boot + following the Boot Loader Specification are read from /EFI/Linux/ on the ESP. @@ -242,7 +242,7 @@ bootctl1, loader.conf5, - Boot Loader Specification, + Boot Loader Specification, Boot Loader Interface diff --git a/man/systemd-portabled.service.xml b/man/systemd-portabled.service.xml index 06e9ce7837..8c5e4cc5a1 100644 --- a/man/systemd-portabled.service.xml +++ b/man/systemd-portabled.service.xml @@ -36,7 +36,7 @@ Most of systemd-portabled's functionality is accessible through the portablectl1 command. - See the Portable + See the Portable Services Documentation for details about the concepts this service implements.