summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormtron <75768+mtron@users.noreply.github.com>2020-01-30 15:45:52 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-01-30 23:48:44 +0900
commit56b3eddb704307d5a23ef7288d9cab1183fe2b6c (patch)
tree684bab293a54914db4d5afbdcdecfcc8c617d82c /docs
parente5e529c30ad5b607fec11b1f4157f0e86d154679 (diff)
downloadsystemd-56b3eddb704307d5a23ef7288d9cab1183fe2b6c.tar.gz
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/
Diffstat (limited to 'docs')
-rw-r--r--docs/USER_RECORD.md4
1 files 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?