diff options
Diffstat (limited to 'docs/GROUP_RECORD.md')
-rw-r--r-- | docs/GROUP_RECORD.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GROUP_RECORD.md b/docs/GROUP_RECORD.md index 44666930db..381036994e 100644 --- a/docs/GROUP_RECORD.md +++ b/docs/GROUP_RECORD.md @@ -7,8 +7,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later # JSON Group Records -Long story short: JSON Group Records are to `struct group` what [JSON User -Records](https://systemd.io/USER_RECORD) are to `struct passwd`. +Long story short: JSON Group Records are to `struct group` what +[JSON User Records](USER_RECORD.md) are to `struct passwd`. Conceptually, much of what applies to JSON user records also applies to JSON group records. They also consist of seven sections, with similar properties and |