]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: don't suffix page permalink with a slash
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 10 Apr 2024 15:21:42 +0000 (17:21 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Apr 2024 08:54:33 +0000 (10:54 +0200)
commitd1a7e030c5daa4a09ee93b8af6b28ecaac5d34d0
tree7ed9cdd460257bbc11e31e88dae9aef40c097e8d
parent9bfabe14e5bbf2077acaecb75edcf1e38ecde330
docs: don't suffix page permalink with a slash

As it breaks relative links to other pages. For example, the
BOOT_LOADER_INTERFACE page has a relative link to
AUTOMATIC_BOOT_ASSESSMENT. With a slash in the page's permalink, that
link leads to:

http://127.0.0.1:4000/BOOT_LOADER_INTERFACE/AUTOMATIC_BOOT_ASSESSMENT

which is incorrect. Dropping the trailing slash makes the link link to
the correct place:

http://127.0.0.1:4000/AUTOMATIC_BOOT_ASSESSMENT

Resolves: #32088
docs/_config.yml