guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: website: Fix URL of introductory material about Scheme.


From: Mathieu Lirzin
Subject: 01/01: website: Fix URL of introductory material about Scheme.
Date: Thu, 09 Jul 2015 09:01:19 +0000

mthl pushed a commit to branch master
in repository guix-artwork.

commit e7e7a1d1e4e1c041dfe38a556802cca527d7cac8
Author: Mathieu Lirzin <address@hidden>
Date:   Thu Jul 9 10:42:10 2015 +0200

    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.
---
 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 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";))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]