From 8a6c0d427e4374d4cb2d06b7f67224b07d65e898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 4 Apr 2016 21:53:25 +0200 Subject: website: Link to the new "Limitations" HTML page of the manual. * website/www/shared.scm (html-page-description): Update link to the "Limitations" node. --- website/www/shared.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') diff --git a/website/www/shared.scm b/website/www/shared.scm index 3e290ea..1942c9c 100644 --- a/website/www/shared.scm +++ b/website/www/shared.scm @@ -67,7 +67,7 @@ Functional package management,"))) (span (@ (class "msg-label")) "Note ") "The Guix System Distribution (GuixSD) is beta software, " "which means it is " - (a (@ (href ,(base-url "manual/html_node/System-Installation.html#Limitations"))) + (a (@ (href ,(base-url "manual/html_node/Limitations.html"))) "not production-ready") ". But you can " (a (@ (href ,(base-url "contribute"))) "help") "!") -- cgit v1.2.3