summaryrefslogtreecommitdiff
path: root/website/www/shared.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-13 23:22:05 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-13 23:22:05 +0200
commit9c603769271290b0923b86b9cf887843fd529934 (patch)
tree2ec222f3be0e970109b67c94400450b6104cba97 /website/www/shared.scm
parent0d4bc0e3f221d10520b54ca939f5ea499aa93fcd (diff)
downloadguix-artwork-9c603769271290b0923b86b9cf887843fd529934.tar
guix-artwork-9c603769271290b0923b86b9cf887843fd529934.tar.gz
website: Shorten alpha-warning message.
* website/www/shared.scm (html-page-description): Shorten alpha-warning message, and link to "Limitations" section of the manual.
Diffstat (limited to 'website/www/shared.scm')
-rw-r--r--website/www/shared.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/website/www/shared.scm b/website/www/shared.scm
index a636bf8..b51809b 100644
--- a/website/www/shared.scm
+++ b/website/www/shared.scm
@@ -41,12 +41,12 @@ GUix Package Manager, Guile Scheme, Functional package management")))
(define (html-page-description)
`(div (@ (class "message-box msg-info"))
(span (@ (class "msg-label")) "Note ")
- "The Guix System Distribution (GuixSD) is alpha software, which means it
-is not production-ready. It may contain bugs and lack important features. But
-more than a disclaimer, this is an invitation to join us in improving it. See "
- (a (@ (href ,(base-url "contribute"))) "Contributing")
- ", for more information. We hope you can soon switch to GuixSD without
-fear. "))
+ "The Guix System Distribution (GuixSD) is alpha software, "
+ "which means it is "
+ (a (@ (href ,(base-url "manual/html_node/System-Installation.html#Limitations")))
+ "not production-ready")
+ ". But you can "
+ (a (@ (href ,(base-url "contribute"))) "help") "!"))
(define (html-page-links)
`(div (@ (id "header-box"))