diff options
author | Michael Biebl <biebl@debian.org> | 2012-02-13 17:46:46 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-02-13 17:49:09 +0100 |
commit | a26c9cc60477acacf3a147009894bd837353ed6c (patch) | |
tree | 79e97d6373aff7d97d2a1d9efc58ab7bdd7fe090 /man/sd_notify.xml | |
parent | 15e9fbd851c15ecaad4888932584f37dcd26111a (diff) |
Fix broken Git repository URLs
Diffstat (limited to 'man/sd_notify.xml')
-rw-r--r-- | man/sd_notify.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 9797a5f801..9d9ea4132f 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -220,9 +220,9 @@ <para>For details about the algorithms check the liberally licensed reference implementation sources: - <ulink url="http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c"/> + <ulink url="http://cgit.freedesktop.org/systemd/systemd/plain/src/sd-daemon.c"/> resp. <ulink - url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/></para> + url="http://cgit.freedesktop.org/systemd/systemd/plain/src/systemd/sd-daemon.h"/></para> <para><function>sd_notify()</function> and <function>sd_notifyf()</function> are implemented in |