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/sd_bus_message_append_strv.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/sd_bus_message_append_strv.xml')
-rw-r--r-- | man/sd_bus_message_append_strv.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_message_append_strv.xml b/man/sd_bus_message_append_strv.xml index 67ba404137..8bf78ddb71 100644 --- a/man/sd_bus_message_append_strv.xml +++ b/man/sd_bus_message_append_strv.xml @@ -74,7 +74,7 @@ <citerefentry><refentrytitle>sd-bus</refentrytitle><manvolnum>3</manvolnum></citerefentry>, <citerefentry><refentrytitle>sd_bus_message_append</refentrytitle><manvolnum>3</manvolnum></citerefentry>, <citerefentry><refentrytitle>sd_bus_message_append_array</refentrytitle><manvolnum>3</manvolnum></citerefentry>, - <ulink url="http://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink> + <ulink url="https://dbus.freedesktop.org/doc/dbus-specification.html">The D-Bus specification</ulink> </para> </refsect1> |