summaryrefslogtreecommitdiffstats
path: root/man/systemd-journal-gatewayd.service.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-12 11:32:53 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-12 16:05:59 +0100
commit717e92ceb96471251f8242ad4f4c45cc2c68ecc9 (patch)
treec02ef4a7308b461fc16887428c2bc75fadf5e717 /man/systemd-journal-gatewayd.service.xml
parentdocs: import the Journal JSON Format description as subsection (diff)
downloadsystemd-717e92ceb96471251f8242ad4f4c45cc2c68ecc9.tar.xz
systemd-717e92ceb96471251f8242ad4f4c45cc2c68ecc9.zip
man+docs: adjust links to the new page
Diffstat (limited to 'man/systemd-journal-gatewayd.service.xml')
-rw-r--r--man/systemd-journal-gatewayd.service.xml22
1 files changed, 8 insertions, 14 deletions
diff --git a/man/systemd-journal-gatewayd.service.xml b/man/systemd-journal-gatewayd.service.xml
index 5f4a0dbeff..609d05037f 100644
--- a/man/systemd-journal-gatewayd.service.xml
+++ b/man/systemd-journal-gatewayd.service.xml
@@ -212,9 +212,8 @@
<listitem><para>Entries are formatted as JSON data structures,
one per line
(like <command>journalctl --output json</command>).
- See <ulink
- url="https://www.freedesktop.org/wiki/Software/systemd/json">Journal
- JSON Format</ulink> for more information.</para>
+ See <ulink url="https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-json-format">Journal JSON Format</ulink>
+ for more information.</para>
</listitem>
</varlistentry>
@@ -233,13 +232,10 @@
<varlistentry>
<term><constant>application/vnd.fdo.journal</constant></term>
- <listitem><para>Entries are serialized into a binary (but
- mostly text-based) stream suitable for backups and network
- transfer
- (like <command>journalctl --output export</command>).
- See <ulink
- url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
- Export Format</ulink> for more information.</para>
+ <listitem><para>Entries are serialized into a binary (but mostly text-based) stream suitable for
+ backups and network transfer (like <command>journalctl --output export</command>). See <ulink
+ url="https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-export-format">Journal Export Format</ulink>
+ for more information.</para>
</listitem>
</varlistentry>
</variablelist>
@@ -303,10 +299,8 @@
<refsect1>
<title>Examples</title>
- <para>Retrieve events from this boot from local journal
- in <ulink
- url="https://www.freedesktop.org/wiki/Software/systemd/export">Journal
- Export Format</ulink>:
+ <para>Retrieve events from this boot from local journal in
+ <ulink url="https://systemd.io/JOURNAL_EXPORT_FORMATS#journal-export-format">Journal Export Format</ulink>:
<programlisting>curl --silent -H'Accept: application/vnd.fdo.journal' \
'http://localhost:19531/entries?boot'</programlisting>
</para>