[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/29: website: base: Change http to https in some URLs on 'contribute'.
From: |
Ludovic Courtès |
Subject: |
16/29: website: base: Change http to https in some URLs on 'contribute'. |
Date: |
Wed, 6 Dec 2017 09:24:26 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 4ec86f2f7e4e08d75ce39e104ace157b0fede95e
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"))
- 21/29: website: packages: Gracefully deal with empty package descriptions., (continued)
- 21/29: website: packages: Gracefully deal with empty package descriptions., Ludovic Courtès, 2017/12/06
- 24/29: website: packages: Remove links to package issues., Ludovic Courtès, 2017/12/06
- 18/29: website: base: Change some http to https., Ludovic Courtès, 2017/12/06
- 23/29: website: Hard-code file:// URL root when GUIX_WEB_SITE_LOCAL., Ludovic Courtès, 2017/12/06
- 20/29: website: Change http to https in URLs., Ludovic Courtès, 2017/12/06
- 25/29: website: packages: 'all-packages' memoizes its result., Ludovic Courtès, 2017/12/06
- 28/29: website: Insert surrounding spaces when flattening markup., Ludovic Courtès, 2017/12/06
- 29/29: website: Add pseudo-post about GPCE., Ludovic Courtès, 2017/12/06
- 14/29: website: packages: Add a newline between packages., Ludovic Courtès, 2017/12/06
- 09/29: website: packages: Implement patch links., Ludovic Courtès, 2017/12/06
- 16/29: website: base: Change http to https in some URLs on 'contribute'.,
Ludovic Courtès <=
- 27/29: website: contact: Tweak., Ludovic Courtès, 2017/12/06
- 22/29: website: packages: /packages shows at most 30 packages., Ludovic Courtès, 2017/12/06
- 26/29: website: Unify and rationalize tags for blog posts., Ludovic Courtès, 2017/12/06