From: AsciiWolf Date: Tue, 21 Feb 2017 17:26:23 +0000 (+0100) Subject: NEWS, README: use www prefix in freedesktop.org URLs X-Git-Tag: v233~55^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5412%2Fhead;p=thirdparty%2Fsystemd.git NEWS, README: use www prefix in freedesktop.org URLs --- diff --git a/NEWS b/NEWS index e9b77819a84..f1fae152490 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 a464e39a397..ac8620c75bc 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,