From 8c7f2078a8f677e25d8021b1f2f9dc24884c9078 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 12 Oct 2017 06:24:26 +0000 Subject: [PATCH 2/6] website: base: Change http to https in some URLs on 'contribute'. * website/apps/base/templates/contribute.scm (contribute-t): http -> https. --- website/apps/base/templates/contribute.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base/templates/contribute.scm index dc092c8..7d7fb27 100644 --- a/website/apps/base/templates/contribute.scm +++ b/website/apps/base/templates/contribute.scm @@ -37,10 +37,10 @@ "The Guix System Distribution is a large project developed mostly by volunteers from all around the world. You are welcome to join us in the " - (a (@ (href "http://lists.gnu.org/mailman/listinfo/guix-devel")) + (a (@ (href "https://lists.gnu.org/mailman/listinfo/guix-devel")) "development mailing list") " or in the " - (a (@ (href "http://webchat.freenode.net/?channels=%23guix")) + (a (@ (href "https://webchat.freenode.net/?channels=%23guix")) "#guix channel") " in IRC Freenode. Tell us how would you like to help, and we will do our best to guide you. ") @@ -84,7 +84,7 @@ (p ,(link-more #:label "Contribute" - #:url "http://lists.gnu.org/mailman/listinfo/guix-devel"))) + #:url "https://lists.gnu.org/mailman/listinfo/guix-devel"))) (div @@ -104,7 +104,7 @@ (p ,(link-more #:label "Start writing" - #:url "http://lists.gnu.org/mailman/listinfo/guix-devel"))) + #:url "https://lists.gnu.org/mailman/listinfo/guix-devel"))) (div @@ -132,7 +132,7 @@ (p ,(link-more #:label "Send a new package" - #:url "//lists.gnu.org/mailman/listinfo/guix-patches"))) + #:url "https://lists.gnu.org/mailman/listinfo/guix-patches"))) (div @@ -163,7 +163,7 @@ (p ,(link-more #:label "Send a patch" - #:url "//lists.gnu.org/mailman/listinfo/guix-patches"))) + #:url "https://lists.gnu.org/mailman/listinfo/guix-patches"))) (div @@ -179,11 +179,11 @@ (a (@ (href ,(guix-url "donate/"))) "donate hardware or hosting") " for our " - (a (@ (href "http://hydra.gnu.org")) "build farm") ". ") + (a (@ (href "https://hydra.gnu.org")) "build farm") ". ") (p ,(link-more #:label "Contribute" - #:url "http://lists.gnu.org/mailman/listinfo/guix-devel"))) + #:url "https://lists.gnu.org/mailman/listinfo/guix-devel"))) (div @@ -215,7 +215,7 @@ (a (@ (href "http://translationproject.org/domain/guix.html")) "software") " and the " - (a (@ (href "http://translationproject.org/domain/guix-packages.html")) + (a (@ (href "https://translationproject.org/domain/guix-packages.html")) "package descriptions") " to your language. See the " (a (@ (href "https://translationproject.org/html/translators.html")) -- 2.14.2