summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-09-29 15:39:13 +0200
committerLudovic Courtès <ludo@gnu.org>2016-09-29 16:39:37 +0200
commitd25d352aa3b498e854a65989502973f5c27d039a (patch)
treec9ffc3ce9da77d1c86032909cce4df47b8b772a6
parentb5d7e5afa25e8ad392c81c1112a127951c88904e (diff)
downloadguix-artwork-d25d352aa3b498e854a65989502973f5c27d039a.tar
guix-artwork-d25d352aa3b498e854a65989502973f5c27d039a.tar.gz
website: about: Add link to security page.
* website/www/about.scm (about-page): Add link to security page.
-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.")