summaryrefslogtreecommitdiff
path: root/docs/ROOT_STORAGE_DAEMONS.md
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-09-29 16:10:08 +0300
committerLennart Poettering <lennart@poettering.net>2020-09-29 21:45:06 +0200
commitf856778b9c87d2dc9a6924db0cf26374aa7235c3 (patch)
tree24395e053607d6e8e0a3d5f0dda19915bcef35ad /docs/ROOT_STORAGE_DAEMONS.md
parent88da55e28b467999da005591d3252a98f4436522 (diff)
downloadsystemd-f856778b9c87d2dc9a6924db0cf26374aa7235c3.tar.gz
docs: update old documentation links
Diffstat (limited to 'docs/ROOT_STORAGE_DAEMONS.md')
-rw-r--r--docs/ROOT_STORAGE_DAEMONS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ROOT_STORAGE_DAEMONS.md b/docs/ROOT_STORAGE_DAEMONS.md
index 779044b0d4..e18ac45bd0 100644
--- a/docs/ROOT_STORAGE_DAEMONS.md
+++ b/docs/ROOT_STORAGE_DAEMONS.md
@@ -108,9 +108,9 @@ 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](http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface)
-for details) which when exists results in `argv[0][0]` being set to `@`, and
-otherwise doesn't. Something like this:
+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:
```c
#include <unistd.h>