diff options
author | AsciiWolf <mail@asciiwolf.com> | 2017-02-21 15:56:04 +0100 |
---|---|---|
committer | AsciiWolf <mail@asciiwolf.com> | 2017-02-21 15:56:04 +0100 |
commit | 19d9372b604c0d8480dc9db6f9b0c0395133ae5d (patch) | |
tree | 30c69e1f45c39c7d8ce5b27e3dfc137a6be3b1c0 /README | |
parent | ca78304fce07ed006b2771d45f1693fe6f2af955 (diff) |
README, README.md: use https:// in URLs
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ DETAILS: http://0pointer.de/blog/projects/systemd.html WEB SITE: - http://www.freedesktop.org/wiki/Software/systemd + https://www.freedesktop.org/wiki/Software/systemd GIT: git@github.com:systemd/systemd.git @@ -14,7 +14,7 @@ GITWEB: https://github.com/systemd/systemd MAILING LIST: - http://lists.freedesktop.org/mailman/listinfo/systemd-devel + https://lists.freedesktop.org/mailman/listinfo/systemd-devel IRC: #systemd on irc.freenode.org @@ -269,7 +269,7 @@ WARNINGS: requires that /var/run is a symlink to /run. For more information on this issue consult - http://freedesktop.org/wiki/Software/systemd/separate-usr-is-broken + https://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, |