summaryrefslogtreecommitdiff
path: root/website/www/contribute.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@openmailbox.org>2015-05-14 03:06:25 +0200
committerMathieu Lirzin <mthl@openmailbox.org>2015-05-14 03:06:25 +0200
commit2847eb866c9e4b8a469a23d324bf9383d06e26f3 (patch)
treec9b098dc980d192076f132cc1de16eb71470bc05 /website/www/contribute.scm
parent9c603769271290b0923b86b9cf887843fd529934 (diff)
downloadguix-artwork-2847eb866c9e4b8a469a23d324bf9383d06e26f3.tar
guix-artwork-2847eb866c9e4b8a469a23d324bf9383d06e26f3.tar.gz
website: contribute: Fix introductory material URL.
* website/www/contribute.scm (contribute-page): Fix invalid https link.
Diffstat (limited to 'website/www/contribute.scm')
-rw-r--r--website/www/contribute.scm2
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"))