diff options
author | killermoehre <killermoehre@gmx.net> | 2018-09-13 13:53:03 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-09-13 22:12:38 +0200 |
commit | a8a273743f1e55bdcb46f2a0c8ed55de3050f463 (patch) | |
tree | cf8fcff1d64473bfd7c4ebe4e2c7b727b95bc438 /NEWS | |
parent | user@.service: don't kill user manager at runlevel switch (diff) | |
download | systemd-a8a273743f1e55bdcb46f2a0c8ed55de3050f463.tar.gz systemd-a8a273743f1e55bdcb46f2a0c8ed55de3050f463.tar.bz2 systemd-a8a273743f1e55bdcb46f2a0c8ed55de3050f463.zip |
replace https://github.com/systemd/systemd/blob/master/doc/* with https://github.com/systemd/systemd/blob/master/docs/* to point to proper documentation
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |