diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 12:00:47 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 13:10:05 +0200 |
commit | 41d6f3bf4d6de680a2d7b735690d655bc2f00944 (patch) | |
tree | 200374d267d2461a82330deff03ec6a4f1d8cd71 /man/systemd.xml | |
parent | github: add more components to RFE issue template (diff) | |
download | systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.tar.xz systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.zip |
Use https for freedesktop.org
grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index dc5dedc469..64ba1654a0 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -323,7 +323,7 @@ <listitem><para>Similar rules apply for the user unit directories. However, here the - <ulink url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG + <ulink url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory specification</ulink> is followed to find units. Applications should place their unit files in the directory returned by <command>pkg-config systemd @@ -687,7 +687,7 @@ <listitem><para>The systemd user manager uses these variables in accordance to the <ulink - url="http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG + url="https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html">XDG Base Directory specification</ulink> to find its configuration.</para></listitem> </varlistentry> |