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/hostnamectl.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/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 51f83d1cd6..3697bbb474 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -95,7 +95,7 @@ icon name to <replaceable>NAME</replaceable>. The icon name is used by some graphical applications to visualize this host. The icon name should follow the <ulink - url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon + url="https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon Naming Specification</ulink>.</para></listitem> </varlistentry> |