From: Milan Date: Sun, 16 May 2021 09:09:34 +0000 (+0200) Subject: docs: Update link to journal file format codebase X-Git-Tag: v249-rc1~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21dfadbde0b1913dd27daabc659dff586115fd4f;p=thirdparty%2Fsystemd.git docs: Update link to journal file format codebase --- diff --git a/docs/JOURNAL_FILE_FORMAT.md b/docs/JOURNAL_FILE_FORMAT.md index 9a4dbacacc7..0d340b876bb 100644 --- a/docs/JOURNAL_FILE_FORMAT.md +++ b/docs/JOURNAL_FILE_FORMAT.md @@ -24,7 +24,7 @@ The systemd journal stores log data in a binary format with several features: This document explains the basic structure of the file format on disk. We are making this available primarily to allow review and provide documentation. Note that the actual implementation in the [systemd -codebase](https://github.com/systemd/systemd/blob/master/src/journal/) is the +codebase](https://github.com/systemd/systemd/blob/main/src/libsystemd/sd-journal/) is the only ultimately authoritative description of the format, so if this document and the code disagree, the code is right. That said we'll of course try hard to keep this document up-to-date and accurate.