From 56b3eddb704307d5a23ef7288d9cab1183fe2b6c Mon Sep 17 00:00:00 2001 From: mtron <75768+mtron@users.noreply.github.com> Date: Thu, 30 Jan 2020 15:45:52 +0100 Subject: [PATCH] fix links to GROUP_RECORD and USER_GROUP_API fix 2 more broken links. GROUP_RECORD now points to https://systemd.io/GROUP_RECORD/ and USER_GROUP_API to https://systemd.io/USER_GROUP_API/ --- docs/USER_RECORD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index a12870dd42..f0bc1c98cf 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -71,11 +71,11 @@ the following extensions are envisioned: 4. Default parameters for backup applications and similar Similar to JSON User Records there are also [JSON Group -Records](https://systemd.io/GROUP_RECORD.md) that encapsulate UNIX groups. +Records](https://systemd.io/GROUP_RECORD) that encapsulate UNIX groups. JSON User Records may be transferred or written to disk in various protocols and formats. To inquire about such records defined on the local system use the -[User/Group Lookup API via Varlink](https://systemd.io/USER_GROUP_API.md). +[User/Group Lookup API via Varlink](https://systemd.io/USER_GROUP_API). ## Why JSON?