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,