[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: contribute: Fix introductory material URL.
From: |
Mathieu Lirzin |
Subject: |
01/01: website: contribute: Fix introductory material URL. |
Date: |
Thu, 14 May 2015 01:28:41 +0000 |
mthl pushed a commit to branch master
in repository guix-artwork.
commit 2847eb866c9e4b8a469a23d324bf9383d06e26f3
Author: Mathieu Lirzin <address@hidden>
Date: Thu May 14 03:06:25 2015 +0200
website: contribute: Fix introductory material URL.
* website/www/contribute.scm (contribute-page): Fix invalid https
link.
---
website/www/contribute.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index 7b9e582..1e891a0 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -100,7 +100,7 @@ for the components of the system. ")
(a (@ (href ,(gnu-url "software/guile/manual")))
"Guile manual")
" or other "
- (a (@ (href
"https://schemers.org/Documents/#intro-texts"))
+ (a (@ (href
"http://schemers.org/Documents/#intro-texts"))
"introductory material about Scheme")
". Also, make sure to read the "
(a (@ (href
"http://git.savannah.gnu.org/cgit/guix.git/tree/HACKING"))