]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/JOURNAL_FILE_FORMAT: update journal links
authorhulkoba <jacoba@neighbourhood.ie>
Mon, 26 Feb 2024 10:13:18 +0000 (11:13 +0100)
committerhulkoba <jacoba@neighbourhood.ie>
Wed, 27 Mar 2024 06:11:52 +0000 (07:11 +0100)
docs/JOURNAL_FILE_FORMAT.md

index e0737c59332717fc9cbf5ae8149f1ddc272e5f43..52778758e51499f8e1e73769efcd0bb2e91a4c2a 100644 (file)
@@ -8,8 +8,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 # Journal File Format
 
 _Note that this document describes the binary on-disk format of journals only.
-For interfacing with web technologies there's the [Journal JSON Format](JOURNAL_EXPORT_FORMATS.md#journal-json-format).
-For transfer of journal data across the network there's the [Journal Export Format](JOURNAL_EXPORT_FORMATS.md#journal-export-format)._
+For interfacing with web technologies there's the [Journal JSON Format](JOURNAL_EXPORT_FORMATS#journal-json-format).
+For transfer of journal data across the network there's the [Journal Export Format](JOURNAL_EXPORT_FORMATS#journal-export-format)._
 
 The systemd journal stores log data in a binary format with several features:
 
@@ -46,8 +46,8 @@ _Or, to put this in other words: this low-level document is probably not what
 you want to use as base of your project. You want our [C
 API](https://www.freedesktop.org/software/systemd/man/sd-journal.html) instead!
 And if you really don't want the C API, then you want the
-[Journal Export Format or Journal JSON Format](JOURNAL_EXPORT_FORMATS)
-instead! This document is primarily for your entertainment and education.
+[Journal Export Format or Journal JSON Format](JOURNAL_EXPORT_FORMATS) instead!
+This document is primarily for your entertainment and education.
 Thank you!_
 
 This document assumes you have a basic understanding of the journal concepts,