From 2847eb866c9e4b8a469a23d324bf9383d06e26f3 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 14 May 2015 03:06:25 +0200 Subject: website: contribute: Fix introductory material URL. * website/www/contribute.scm (contribute-page): Fix invalid https link. --- website/www/contribute.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- cgit v1.2.3