summaryrefslogtreecommitdiff
path: root/website/www
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@openmailbox.org>2015-07-09 10:42:10 +0200
committerMathieu Lirzin <mthl@openmailbox.org>2015-07-09 10:51:56 +0200
commite7e7a1d1e4e1c041dfe38a556802cca527d7cac8 (patch)
treee3b922c9bdd2c5c09014b45f57dea03e0b03700c /website/www
parent2ae8b6178c0b46ae2b8253cf3d0be72ddc5650f9 (diff)
downloadguix-artwork-e7e7a1d1e4e1c041dfe38a556802cca527d7cac8.tar
guix-artwork-e7e7a1d1e4e1c041dfe38a556802cca527d7cac8.tar.gz
website: Fix URL of introductory material about Scheme.
* website/www/contribute.scm (contribute-page): Fix URL of introductory material about Scheme. Reported by mistnim on IRC.
Diffstat (limited to 'website/www')
-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 ee33e0e..ea1b46d 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -121,7 +121,7 @@ for the components of the system. ")
(a (@ (href ,(gnu-url "software/guile/manual")))
"Guile manual")
" or other "
- (a (@ (href "http://schemers.org/Documents/#intro-texts"))
+ (a (@ (href "http://www.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"))