From 1df71db7c664a6b83262210596dc3b0162d9c87d Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 12 Oct 2017 06:28:45 +0000 Subject: [PATCH 4/6] website: base: Change some http to https. website/apps/base/templates/donate.scm (donate-t): http -> https. --- website/apps/base/templates/donate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/apps/base/templates/donate.scm b/website/apps/base/templates/donate.scm index a07b9eb..e8a5d34 100644 --- a/website/apps/base/templates/donate.scm +++ b/website/apps/base/templates/donate.scm @@ -34,7 +34,7 @@ (p "The " - (a (@ (href "http://hydra.gnu.org/jobset/gnu/master")) + (a (@ (href "https://hydra.gnu.org/jobset/gnu/master")) "build farm") " of the Guix System Distribution runs on donated hardware and" " hosting. As the distribution grows (see the " @@ -86,7 +86,7 @@ (p "The table below summarizes hardware and hosting donations that - make the " (a (@ (href "http://hydra.gnu.org")) "build farm") + make the " (a (@ (href "https://hydra.gnu.org")) "build farm") " for the Guix System Distribution a reality.") (div -- 2.14.2