summaryrefslogtreecommitdiff
path: root/docs/ROOT_STORAGE_DAEMONS.md
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 00:14:52 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 09:28:08 +0100
commit1d10005b39845e62480b46dc5b106341dcdeb02c (patch)
treebbaca89bed66469f0b88c32be80b613545f93b68 /docs/ROOT_STORAGE_DAEMONS.md
parente7b86e48138e8e81820398bbb3a121f28b2147c2 (diff)
downloadsystemd-1d10005b39845e62480b46dc5b106341dcdeb02c.tar.gz
tree-wide: fix links to systemd.io pages
Having the extra slash at the end is not a problem, just inconsistent. But the links with .html or .md return 404.
Diffstat (limited to 'docs/ROOT_STORAGE_DAEMONS.md')
-rw-r--r--docs/ROOT_STORAGE_DAEMONS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ROOT_STORAGE_DAEMONS.md b/docs/ROOT_STORAGE_DAEMONS.md
index e18ac45bd0..08af00926c 100644
--- a/docs/ROOT_STORAGE_DAEMONS.md
+++ b/docs/ROOT_STORAGE_DAEMONS.md
@@ -108,7 +108,7 @@ to find a different solution to your problem._
The recommended way to distinguish between run-from-initrd and run-from-rootfs
for a daemon is to check for `/etc/initrd-release` (which exists on all modern
initrd implementations, see the [initrd
-Interface](https://systemd.io/INITRD_INTERFACE/) for details) which when exists
+Interface](https://systemd.io/INITRD_INTERFACE) for details) which when exists
results in `argv[0][0]` being set to `@`, and otherwise doesn't. Something like
this:
@@ -190,4 +190,4 @@ few additional notes for supporting these setups:
program consult this blog story: [Socket
Activation](http://0pointer.de/blog/projects/socket-activation.html)
-* Consider having a look at the [initrd Interface of systemd](https://systemd.io/INITRD_INTERFACE/).
+* Consider having a look at the [initrd Interface of systemd](https://systemd.io/INITRD_INTERFACE).