]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS, README: use www prefix in freedesktop.org URLs 5412/head
authorAsciiWolf <mail@asciiwolf.com>
Tue, 21 Feb 2017 17:26:23 +0000 (18:26 +0100)
committerAsciiWolf <mail@asciiwolf.com>
Tue, 21 Feb 2017 17:26:23 +0000 (18:26 +0100)
NEWS
README

diff --git a/NEWS b/NEWS
index e9b77819a8480e7300eb9b7e167451e528a86d09..f1fae1524909193d5c330e3bbaf859ac38821e18 100644 (file)
--- 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 a464e39a397366acaf10cbb77bf2150a943a7232..ac8620c75bcde93318ed938ba8e2598d410c5812 100644 (file)
--- 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,