From c3368554beb6c8f4756d2ad0e75cb08f44027d2e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 6 Mar 2017 13:59:06 +0100 Subject: [PATCH] README: Use www.coreboot.org over coreboot.org coreboot.org gets redirected to www.coreboot.org. ``` $ curl -I https://coreboot.org HTTP/1.1 301 Moved Permanently Server: nginx/1.8.1 Date: Mon, 06 Mar 2017 12:59:27 GMT Content-Type: text/html Content-Length: 184 Connection: keep-alive Location: https://www.coreboot.org/ ``` So save a request, and use the final URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9395edc1..38ec067a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ directory and include: * [kexec](https://wiki.archlinux.org/index.php/kexec) * [mbedtls](https://tls.mbed.org/) * [tpmtotp](https://trmm.net/Tpmtotp) -* [coreboot](https://coreboot.org/) +* [coreboot](https://www.coreboot.org/) * [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) * [lvm2](https://sourceware.org/lvm2/) * [gnupg](https://www.gnupg.org/)