summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-07-20 18:12:52 +0200
committerLudovic Courtès <ludo@gnu.org>2015-07-20 18:12:52 +0200
commitcb5fae7a8889324d5346cc4589fac2a5628eaaf0 (patch)
tree5f10a9af9cd5784aa85e12cf2c1efb2fd15af59d
parent4c49751003d5072a2cca5507a05aed3011668664 (diff)
downloadguix-artwork-cb5fae7a8889324d5346cc4589fac2a5628eaaf0.tar
guix-artwork-cb5fae7a8889324d5346cc4589fac2a5628eaaf0.tar.gz
website: contribute: Provide clearer links to the TP.
* website/www/contribute.scm (contribute-page): Link to guix.html and guix-packages.html on the TP.
-rw-r--r--website/www/contribute.scm15
1 files changed, 11 insertions, 4 deletions
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index fa42153..6d1d3e6 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -166,12 +166,19 @@ reports. ")
"Report a bug"))
(div (@ (class "summary-box"))
(h2 (@ (id "translation")) "Translation")
- (p "You can help us translate software and
-documentation to your language. The main components of the Guix System
-Distribution, including the Guix package manager, can be translated in the "
+ (p "You can help translate the "
+ (a (@ (href
+ "http://translationproject.org/domain/guix.html"))
+ "software")
+ " and the "
+ (a (@ (href
+ "http://translationproject.org/domain/guix-packages.html"))
+ "package descriptions")
+ " to your language. "
+ "See the"
(a (@ (href "https://translationproject.org/html/translators.html"))
"Translation Project")
- ".")
+ " for information on how you can help.")
(p "Other "
(a (@ (href ,(base-url "packages")))
"software packaged")