From 9c603769271290b0923b86b9cf887843fd529934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 13 May 2015 23:22:05 +0200 Subject: [PATCH] website: Shorten alpha-warning message. * website/www/shared.scm (html-page-description): Shorten alpha-warning message, and link to "Limitations" section of the manual. --- website/www/shared.scm | 12 ++++++------ 1 file 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"))