From a8a273743f1e55bdcb46f2a0c8ed55de3050f463 Mon Sep 17 00:00:00 2001 From: killermoehre Date: Thu, 13 Sep 2018 13:53:03 +0200 Subject: replace https://github.com/systemd/systemd/blob/master/doc/* with https://github.com/systemd/systemd/blob/master/docs/* to point to proper documentation --- NEWS | 10 +++++----- README.md | 4 ++-- man/bootctl.xml | 2 +- man/kernel-install.xml | 2 +- man/systemd-boot.xml | 10 +++++----- man/systemd-portabled.service.xml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NEWS b/NEWS index 242f55af29..3bebe5a036 100644 --- a/NEWS +++ b/NEWS @@ -348,13 +348,13 @@ CHANGES WITH 239: * New documentation has been added to document cgroups delegation, portable services and the various code quality tools we have set up: - https://github.com/systemd/systemd/blob/master/doc/CGROUP_DELEGATION.md - https://github.com/systemd/systemd/blob/master/doc/PORTABLE_SERVICES.md - https://github.com/systemd/systemd/blob/master/doc/CODE_QUALITY.md + https://github.com/systemd/systemd/blob/master/docs/CGROUP_DELEGATION.md + https://github.com/systemd/systemd/blob/master/docs/PORTABLE_SERVICES.md + https://github.com/systemd/systemd/blob/master/docs/CODE_QUALITY.md * The Boot Loader Specification has been added to the source tree. - https://github.com/systemd/systemd/blob/master/doc/BOOT_LOADER_SPECIFICATION.md + https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md While moving it into our source tree we have updated it and further changes are now accepted through the usual github PR workflow. @@ -1670,7 +1670,7 @@ CHANGES WITH 233: * Documentation has been added that lists all of systemd's low-level environment variables: - https://github.com/systemd/systemd/blob/master/doc/ENVIRONMENT.md + https://github.com/systemd/systemd/blob/master/docs/ENVIRONMENT.md * sd-daemon gained a new API sd_is_socket_sockaddr() for determining whether a specific socket file descriptor matches a specified socket diff --git a/README.md b/README.md index 1036140367..bebe259a81 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ Information about build requirements are provided in the [README file](../master Consult our [NEWS file](../master/NEWS) for information about what's new in the most recent systemd versions. -Please see the [HACKING file](../master/doc/HACKING) for information how to hack on systemd and test your modifications. +Please see the [HACKING file](../master/docs/HACKING) for information how to hack on systemd and test your modifications. Please see our [Contribution Guidelines](../master/.github/CONTRIBUTING.md) for more information about filing GitHub Issues and posting GitHub Pull Requests. -When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/doc/CODING_STYLE). +When preparing patches for systemd, please follow our [Coding Style Guidelines](../master/docs/CODING_STYLE). If you are looking for support, please contact our [mailing list](https://lists.freedesktop.org/mailman/listinfo/systemd-devel) or join our [IRC channel](irc://irc.freenode.org/%23systemd). diff --git a/man/bootctl.xml b/man/bootctl.xml index 9521dc9d98..defe095dde 100644 --- a/man/bootctl.xml +++ b/man/bootctl.xml @@ -126,7 +126,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 7dd2de6288..522d5fb54d 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 9fadffadfe..6abed7693a 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -38,13 +38,13 @@ Boot entries defined with Boot Loader + url="https://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">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://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">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://github.com/systemd/systemd/blob/master/docs/BOOT_LOADER_SPECIFICATION.md">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 a6bd6c52e7..06e9ce7837 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. -- cgit v1.2.1