summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-04-04 21:53:25 +0200
committerLudovic Courtès <ludo@gnu.org>2016-04-04 21:53:25 +0200
commit8a6c0d427e4374d4cb2d06b7f67224b07d65e898 (patch)
treeef325b121f7f333cfaf368a4c5fa058d2fb7628a /website
parentf1fef2d132b187092ac10b300a6a69879d6f49be (diff)
downloadguix-artwork-8a6c0d427e4374d4cb2d06b7f67224b07d65e898.tar
guix-artwork-8a6c0d427e4374d4cb2d06b7f67224b07d65e898.tar.gz
website: Link to the new "Limitations" HTML page of the manual.
* website/www/shared.scm (html-page-description): Update link to the "Limitations" node.
Diffstat (limited to 'website')
-rw-r--r--website/www/shared.scm2
1 files changed, 1 insertions, 1 deletions
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") "!")