summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/www/about.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/website/www/about.scm b/website/www/about.scm
index f024db3..38f3a1e 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -159,7 +159,9 @@ Distribution. Messages sent to this list populate the "
(b "guix-security"))
(br)
"This is a private mailing list that anyone can post to "
- "to " (b "report security issues") " in Guix itself or in "
+ "to " (a (@ (href ,(base-url "security")))
+ "report security issues")
+ " in Guix itself or in "
"the " (a (@ (href ,(base-url "packages"))) "packages")
" it provides. Posting here allows Guix developers to "
"address the problem before it is widely publicized.")