diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-29 15:39:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-29 16:39:37 +0200 |
commit | d25d352aa3b498e854a65989502973f5c27d039a (patch) | |
tree | c9ffc3ce9da77d1c86032909cce4df47b8b772a6 /website | |
parent | b5d7e5afa25e8ad392c81c1112a127951c88904e (diff) | |
download | guix-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.
Diffstat (limited to 'website')
-rw-r--r-- | website/www/about.scm | 4 |
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.") |