summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsciiWolf <mail@asciiwolf.com>2017-02-21 18:26:23 +0100
committerAsciiWolf <mail@asciiwolf.com>2017-02-21 18:26:23 +0100
commitc6749ba52c921021f9647a3b9c0be5cf9627fb66 (patch)
treedf70fada6f5cbbfb9cfa10daad99205fdf9db00f
parentf628d6d75067e5d41240cec46855061a1eebba96 (diff)
NEWS, README: use www prefix in freedesktop.org URLs
-rw-r--r--NEWS2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e9b77819a8..f1fae15249 100644
--- a/NEWS
+++ b/NEWS
@@ -6775,7 +6775,7 @@ CHANGES WITH 183:
* A framework for implementing offline system updates is now
integrated, for details see:
- https://freedesktop.org/wiki/Software/systemd/SystemUpdates
+ https://www.freedesktop.org/wiki/Software/systemd/SystemUpdates
* A new service type Type=idle is available now which helps us
avoiding ugly interleaving of getty output and boot status
diff --git a/README b/README
index a464e39a39..ac8620c75b 100644
--- a/README
+++ b/README
@@ -269,7 +269,7 @@ WARNINGS:
requires that /var/run is a symlink to /run.
For more information on this issue consult
- https://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
+ https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
To run systemd under valgrind, compile with VALGRIND defined
(e.g. ./configure CPPFLAGS='... -DVALGRIND=1'). Otherwise,