]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: use absolute links for our pages 32324/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 17 Apr 2024 18:54:45 +0000 (20:54 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 17 Apr 2024 19:21:23 +0000 (21:21 +0200)
commit0d592a5e17d473d301b921fbd43b8ef2c3b518ec
treee6a72e51047a8f575bfc155596e8f8744651fdeb
parent87c22d43771c54e394726b84b65c86fbbb9c9651
docs: use absolute links for our pages

Since 56b2970 has proven to be a no-go for us, as it breaks existing
links, let's embrace the trailing slash and use absolute links
everywhere for our pages. This way we'll get around browser cleverly
appending the relative link to the current location (since it ends with
a slash), and given our docs/ layout is flat it's not much of a hassle
either.

Converted using this beauty:
  $ sed -ri 's/(\[.+\]\()([A-Z_]+\))/\1\/\2/g' *.md

Resolves: #32088 (again) and #32310
32 files changed:
docs/ARCHITECTURE.md
docs/BOOT_LOADER_INTERFACE.md
docs/CGROUP_DELEGATION.md
docs/CODE_QUALITY.md
docs/CONTAINER_INTERFACE.md
docs/CONTRIBUTING.md
docs/CONTROL_GROUP_INTERFACE.md
docs/CONVERTING_TO_HOMED.md
docs/COREDUMP.md
docs/CREDENTIALS.md
docs/FAQ.md
docs/GROUP_RECORD.md
docs/HACKING.md
docs/HOME_DIRECTORY.md
docs/INCOMPATIBILITIES.md
docs/INITRD_INTERFACE.md
docs/JOURNAL_EXPORT_FORMATS.md
docs/JOURNAL_FILE_FORMAT.md
docs/PAX_CONTROL_GROUPS.md
docs/PORTABILITY_AND_STABILITY.md
docs/RANDOM_SEEDS.md
docs/ROOT_STORAGE_DAEMONS.md
docs/SEPARATE_USR_IS_BROKEN.md
docs/THE_CASE_FOR_THE_USR_MERGE.md
docs/TIPS_AND_TRICKS.md
docs/USERDB_AND_DESKTOPS.md
docs/USER_GROUP_API.md
docs/USER_RECORD.md
docs/USER_RECORD_BLOB_DIRS.md
docs/WRITING_DESKTOP_ENVIRONMENTS.md
docs/WRITING_DISPLAY_MANAGERS.md
docs/WRITING_VM_AND_CONTAINER_MANAGERS.md