aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README-mkinitcpio.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README-mkinitcpio.md b/README-mkinitcpio.md
index 1759d3f..ae1d420 100644
--- a/README-mkinitcpio.md
+++ b/README-mkinitcpio.md
@@ -10,13 +10,13 @@ Requirements
To compile and use Yubikey full disk encryption you need:
* [yubikey-personalization](https://github.com/Yubico/yubikey-personalization)
-* [iniparser](http://ndevilla.free.fr/iniparser/)
-* [systemd](http://www.freedesktop.org/wiki/Software/systemd/)
-* [cryptsetup](http://code.google.com/p/cryptsetup/)
+* [iniparser](https://github.com/ndevilla/iniparser)
+* [systemd](https://www.github.com/systemd/systemd)
+* [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup)
* keyutils and linux with `CONFIG_KEYS` enabled
* [mkinitcpio](https://projects.archlinux.org/mkinitcpio.git/)
-* [markdown](http://daringfireball.net/projects/markdown/) (HTML documentation)
-* [libarchive](http://www.libarchive.org/) (Update challenge on boot)
+* [markdown](https://daringfireball.net/projects/markdown/) (HTML documentation)
+* [libarchive](https://www.libarchive.org/) (Update challenge on boot)
Additionally you will need to have `make` and `pkg-config` installed to
successfully compile.