summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-22 12:40:32 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-22 12:40:32 +0200
commit69f598c98e6afa6e53c78505043f6f7efca3b389 (patch)
tree039a26d981b97b108f720a7e362dfcf6df897790
parent3ab61c4bf779e74c6d7b4c3e2215487879596fd7 (diff)
downloadguix-artwork-69f598c98e6afa6e53c78505043f6f7efca3b389.tar
guix-artwork-69f598c98e6afa6e53c78505043f6f7efca3b389.tar.gz
website: contribute: Link to the new "Contribute" section.
* website/www/contribute.scm (contribute-page): Link to "Contributing" in the manual instead of 'HACKING'.
-rw-r--r--website/www/contribute.scm6
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"))