diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-22 12:40:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-22 12:40:32 +0200 |
commit | 69f598c98e6afa6e53c78505043f6f7efca3b389 (patch) | |
tree | 039a26d981b97b108f720a7e362dfcf6df897790 /website/www/contribute.scm | |
parent | 3ab61c4bf779e74c6d7b4c3e2215487879596fd7 (diff) | |
download | guix-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'.
Diffstat (limited to 'website/www/contribute.scm')
-rw-r--r-- | 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")) |