summaryrefslogtreecommitdiff
path: root/man/systemd-journal-gatewayd.service.xml
diff options
context:
space:
mode:
authorAsciiWolf <mail@asciiwolf.com>2017-02-21 16:28:04 +0100
committerAsciiWolf <mail@asciiwolf.com>2017-02-21 16:28:04 +0100
commit28a0ad81eebef38f1cc29afa573ae9a41164f8d4 (patch)
treeb8e606a7ac0b39882dfff18d79cff198722f7317 /man/systemd-journal-gatewayd.service.xml
parent56cadcb6e3f90ee6405b712f41628514a4c437ad (diff)
downloadsystemd-28a0ad81eebef38f1cc29afa573ae9a41164f8d4.tar.gz
man: use https:// in URLs
Diffstat (limited to 'man/systemd-journal-gatewayd.service.xml')
-rw-r--r--man/systemd-journal-gatewayd.service.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index 22294542f3..3ee344e50b 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -197,7 +197,7 @@
one per line
(like <command>journalctl --output json</command>).
See <ulink
- url="http://www.freedesktop.org/wiki/Software/systemd/json">Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
JSON Format</ulink> for more information.</para>
</listitem>
</varlistentry>
@@ -222,7 +222,7 @@
transfer
(like <command>journalctl --output export</command>).
See <ulink
- url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format</ulink> for more information.</para>
</listitem>
</varlistentry>
@@ -289,7 +289,7 @@
<title>Examples</title>
<para>Retrieve events from this boot from local journal
in <ulink
- url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal
+ url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
Export Format</ulink>:
<programlisting>curl --silent -H'Accept: application/vnd.fdo.journal' \
'http://localhost:19531/entries?boot'</programlisting>