guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: website: base: Change http to https in some URLs on 'contribute'.


From: Ludovic Courtès
Subject: 02/06: website: base: Change http to https in some URLs on 'contribute'.
Date: Thu, 9 Nov 2017 10:29:01 -0500 (EST)

civodul pushed a commit to branch wip-website-update
in repository guix-artwork.

commit 290422a2d042c98246b08d33bfe471dfaa823f35
Author: ng0 <address@hidden>
Date:   Thu Oct 12 06:24:26 2017 +0000

    website: base: Change http to https in some URLs on 'contribute'.
    
    * website/apps/base/templates/contribute.scm (contribute-t): http -> https.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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";))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]