diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-18 00:05:38 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-18 20:34:10 +0200 |
commit | 5c90c67a344e05368570367009768cb058a3046d (patch) | |
tree | 9a87d3f0d96db5627161b059a8551263d6b9d39b /docs/GROUP_RECORD.md | |
parent | Merge pull request #23417 from bnf/docs-dark-mode (diff) | |
download | systemd-5c90c67a344e05368570367009768cb058a3046d.tar.xz systemd-5c90c67a344e05368570367009768cb058a3046d.zip |
docs: use relative links
Allows for links to work both on systemd.io (or forks) and
when viewed on https://github.com/systemd/systemd/tree/main/docs
Note that the markdown links are converted by jekyll-relative-links[1]
to html. This plugin is enabled by default on github pages[2][3].
Due to a bug in jekyll-relative-links – see
https://github.com/benbalter/jekyll-relative-links/issues/61 –
we need to avoid line-wrapped links when using relative markdown links.
[1] https://github.com/benbalter/jekyll-relative-links
[2] https://github.blog/2016-12-05-relative-links-for-github-pages/
[3] https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
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 |