summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-19 13:54:24 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-21 14:29:14 +0200
commit92897d768da3dfd2ff6841955b27b039659ddf82 (patch)
tree07fa82e4a34082c950f7cc9526193b0fdc97e5e6 /units
parenta25d9395ad126637756fda1460de1f123262b590 (diff)
downloadsystemd-92897d768da3dfd2ff6841955b27b039659ddf82.tar.gz
tree-wide: replace obsolete wiki links with systemd.io/manpages
All wiki pages that contain a deprecation banner pointing to systemd.io or manpages are updated to point to their replacements directly. Helpful command for identification of available links: git grep freedesktop.org/wiki | \ sed "s#.*\(https://www.freedesktop.org/wiki[^ $<'\\\")]*\)\(.*\)#\\1#" | \ sort | uniq
Diffstat (limited to 'units')
-rw-r--r--units/network-online.target2
-rw-r--r--units/network-pre.target2
-rw-r--r--units/network.target2
3 files changed, 3 insertions, 3 deletions
diff --git a/units/network-online.target b/units/network-online.target
index c3edfeb4f9..67c6d40c85 100644
--- a/units/network-online.target
+++ b/units/network-online.target
@@ -10,5 +10,5 @@
[Unit]
Description=Network is Online
Documentation=man:systemd.special(7)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
+Documentation=https://systemd.io/NETWORK_ONLINE
After=network.target
diff --git a/units/network-pre.target b/units/network-pre.target
index f92449b50b..213ba99b10 100644
--- a/units/network-pre.target
+++ b/units/network-pre.target
@@ -10,5 +10,5 @@
[Unit]
Description=Preparation for Network
Documentation=man:systemd.special(7)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
+Documentation=https://systemd.io/NETWORK_ONLINE
RefuseManualStart=yes
diff --git a/units/network.target b/units/network.target
index 08baf126b4..aab8e6891f 100644
--- a/units/network.target
+++ b/units/network.target
@@ -10,6 +10,6 @@
[Unit]
Description=Network
Documentation=man:systemd.special(7)
-Documentation=https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget
+Documentation=https://systemd.io/NETWORK_ONLINE
After=network-pre.target
RefuseManualStart=yes