guix-commits
[Top][All Lists]
Advanced

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

01/03: website: contribute: Link to the new "Contribute" section.


From: Ludovic Courtès
Subject: 01/03: website: contribute: Link to the new "Contribute" section.
Date: Wed, 22 Jul 2015 10:42:27 +0000

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

commit 69f598c98e6afa6e53c78505043f6f7efca3b389
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 22 12:40:32 2015 +0200

    website: contribute: Link to the new "Contribute" section.
    
    * website/www/contribute.scm (contribute-page): Link to "Contributing"
      in the manual instead of 'HACKING'.
---
 website/www/contribute.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index c72c32b..b8007cb 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -124,9 +124,9 @@ for the components of the system. ")
                             (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";))
-                               "HACKING")
-                            " files for more details on the development setup,
+                            (a (@ (href ,(guix-url 
"manual/html_node/Contributing.html")))
+                               "Contributing")
+                            " section of the manual for more details on the 
development setup,
 as well as the coding and cooperation conventions used in the project. ")
                          (a (@ (href 
"http://lists.gnu.org/mailman/listinfo/guix-devel";)
                                (class "hlink-more-dark"))



reply via email to

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