diff options
Diffstat (limited to 'website/www')
-rw-r--r-- | website/www/shared.scm | 2 |
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") "!") |