summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vong <alexvong1995@gmail.com>2017-03-11 17:22:53 +0800
committerLudovic Courtès <ludo@gnu.org>2017-06-02 18:25:30 +0200
commitb425b7bc12d5fac157d56bc27322173cc626e612 (patch)
tree9f2e84a5b30edfe79fb01d95df7b7e768e998075
parent0283d72728f27867851511e377a945145224e44c (diff)
downloadguix-artwork-b425b7bc12d5fac157d56bc27322173cc626e612.tar
guix-artwork-b425b7bc12d5fac157d56bc27322173cc626e612.tar.gz
website: Use 'https' instead of 'http' links for 'alpha.gnu.org'.
* website/www/download.scm (download-page): Replace 'http' with 'https'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--website/www/download.scm7
1 files 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 <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2017 ng0 <contact.ng0@cryptolab.net>
+;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Initially written by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org>
;;; 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). ")))