From b425b7bc12d5fac157d56bc27322173cc626e612 Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Sat, 11 Mar 2017 17:22:53 +0800 Subject: website: Use 'https' instead of 'http' links for 'alpha.gnu.org'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * website/www/download.scm (download-page): Replace 'http' with 'https'. Signed-off-by: Ludovic Courtès --- website/www/download.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/www/download.scm b/website/www/download.scm index d3c58ee..0c7cd90 100644 --- a/website/www/download.scm +++ b/website/www/download.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2015, 2016, 2017 Ludovic Courtès ;;; Copyright © 2015 Mathieu Lirzin ;;; Copyright © 2017 ng0 +;;; Copyright © 2017 Alex Vong ;;; Initially written by Luis Felipe López Acevedo ;;; who waives all copyright interest on this file. ;;; @@ -177,9 +178,9 @@ Linux-based system.") installation images as well as GNU Guix can be found on the GNU ftp server for " (em "alpha") " releases: " - (a (@ (href "http://alpha.gnu.org/gnu/guix/")) - "http://alpha.gnu.org/gnu/guix/") - " (via HTTP) and " + (a (@ (href "https://alpha.gnu.org/gnu/guix/")) + "https://alpha.gnu.org/gnu/guix/") + " (via HTTPS) and " (a (@ (href "ftp://alpha.gnu.org/gnu/guix/")) "ftp://alpha.gnu.org/gnu/guix/") " (via FTP). "))) -- cgit v1.2.3