]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Update link to journal file format codebase
authorMilan <milan@petabyte.dev>
Sun, 16 May 2021 09:09:34 +0000 (11:09 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 16 May 2021 15:51:18 +0000 (16:51 +0100)
docs/JOURNAL_FILE_FORMAT.md

index 9a4dbacacc727bda0ebca15feaefa34f0add3836..0d340b876bbf1b65657be35b86c424f1929ebb06 100644 (file)
@@ -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.