diff options
author | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-14 03:06:25 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@openmailbox.org> | 2015-05-14 03:06:25 +0200 |
commit | 2847eb866c9e4b8a469a23d324bf9383d06e26f3 (patch) | |
tree | c9b098dc980d192076f132cc1de16eb71470bc05 | |
parent | 9c603769271290b0923b86b9cf887843fd529934 (diff) | |
download | guix-artwork-2847eb866c9e4b8a469a23d324bf9383d06e26f3.tar guix-artwork-2847eb866c9e4b8a469a23d324bf9383d06e26f3.tar.gz |
website: contribute: Fix introductory material URL.
* website/www/contribute.scm (contribute-page): Fix invalid https
link.
-rw-r--r-- | 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")) |