summaryrefslogtreecommitdiff
path: root/man/systemd.offline-updates.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-21 11:27:10 -0500
committerGitHub <noreply@github.com>2017-02-21 11:27:10 -0500
commit2e98288b15d71a6fe1aeebaabb97e70c6f666bdc (patch)
treec6422e13d45dee9b4d9eabc5e5c7fe9540785d30 /man/systemd.offline-updates.xml
parentbaf327864a052e2fc063eaa83964b9b92edb0d21 (diff)
parent28a0ad81eebef38f1cc29afa573ae9a41164f8d4 (diff)
Merge pull request #5410 from AsciiWolf/https-urls
Use https:// in URLs when possible.
Diffstat (limited to 'man/systemd.offline-updates.xml')
-rw-r--r--man/systemd.offline-updates.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.offline-updates.xml b/man/systemd.offline-updates.xml
index 06690b41f4..b4dce3e92d 100644
--- a/man/systemd.offline-updates.xml
+++ b/man/systemd.offline-updates.xml
@@ -154,7 +154,7 @@
script exits uncleanly (by non-zero error code, or signal/coredump). If your script succeeds
you should trigger the reboot in your own code, for example by invoking logind's
<command>Reboot()</command> call or calling <command>systemctl reboot</command>. See
- <ulink url="http://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink>
+ <ulink url="https://www.freedesktop.org/wiki/Software/systemd/logind">logind dbus API</ulink>
for details.</para>
</listitem>
@@ -170,7 +170,7 @@
<title>See also</title>
<para>
- <ulink url="http://www.freedesktop.org/wiki/Software/systemd/SystemUpdates/">Implementing Offline System Updates</ulink>,
+ <ulink url="https://www.freedesktop.org/wiki/Software/systemd/SystemUpdates/">Implementing Offline System Updates</ulink>,
<citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd.generator</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd-system-update-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>,