]> git.ipfire.org Git - thirdparty/systemd.git/commit - docs/HOME_DIRECTORY.md
docs: use relative links
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Tue, 17 May 2022 22:05:38 +0000 (00:05 +0200)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Wed, 18 May 2022 18:34:10 +0000 (20:34 +0200)
commit5c90c67a344e05368570367009768cb058a3046d
tree9a87d3f0d96db5627161b059a8551263d6b9d39b
parente4885958dc36080aabbe7efae4348390ff743382
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
22 files changed:
docs/ARCHITECTURE.md
docs/AUTOMATIC_BOOT_ASSESSMENT.md
docs/BOOT_LOADER_INTERFACE.md
docs/BOOT_LOADER_SPECIFICATION.md
docs/BUILDING_IMAGES.md
docs/CODE_QUALITY.md
docs/CONVERTING_TO_HOMED.md
docs/CREDENTIALS.md
docs/DISCOVERABLE_PARTITIONS.md
docs/ENVIRONMENT.md
docs/GROUP_RECORD.md
docs/HOME_DIRECTORY.md
docs/INITRD_INTERFACE.md
docs/JOURNAL_EXPORT_FORMATS.md
docs/JOURNAL_FILE_FORMAT.md
docs/PORTABILITY_AND_STABILITY.md
docs/PORTABLE_SERVICES.md
docs/RANDOM_SEEDS.md
docs/ROOT_STORAGE_DAEMONS.md
docs/USERDB_AND_DESKTOPS.md
docs/USER_GROUP_API.md
docs/USER_RECORD.md