summaryrefslogtreecommitdiff
path: root/website/www
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-12-22 19:36:37 +0100
committerLudovic Courtès <ludo@gnu.org>2015-12-22 19:36:37 +0100
commit7c1b0273001ce886684090889ddcbc72e598de65 (patch)
tree28c23b8a91862b3295c39bb0f5cb7d69475989e9 /website/www
parent68f721bddd6b539d607835dba41c38cb8735eafb (diff)
downloadguix-artwork-7c1b0273001ce886684090889ddcbc72e598de65.tar
guix-artwork-7c1b0273001ce886684090889ddcbc72e598de65.tar.gz
website: Mention relation between bug database and bug-guix.
* website/www/about.scm (about-page): Mention bug database in description of bug-guix. * website/www/help.scm (help-page): Likewise.
Diffstat (limited to 'website/www')
-rw-r--r--website/www/about.scm5
-rw-r--r--website/www/help.scm4
2 files changed, 7 insertions, 2 deletions
diff --git a/website/www/about.scm b/website/www/about.scm
index 1e44802..3a7e5ea 100644
--- a/website/www/about.scm
+++ b/website/www/about.scm
@@ -141,7 +141,10 @@ System Distribution (GuixSD). "
"archive")
")")
(br)
- "Bug reports for GNU Guix and the Guix System Distribution.")
+ "Bug reports for GNU Guix and the Guix System
+Distribution. Messages sent to this list populate the "
+ (a (@ (href "https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100"))
+ "bug database") ".")
(p (a (@ (href "https://lists.gnu.org/mailman/listinfo/gnu-system-discuss"))
(b "gnu-system-discuss"))
(small " ("
diff --git a/website/www/help.scm b/website/www/help.scm
index 54362f2..66a662e 100644
--- a/website/www/help.scm
+++ b/website/www/help.scm
@@ -115,7 +115,9 @@ the Guix System Distribution (GuixSD).")
") ")
(br)
"Bug reports for GNU Guix and the Guix System
-Distribution. ")
+Distribution. Messages sent to this list populate the "
+ (a (@ (href "https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100"))
+ "bug database") ".")
(a (@ (href ,(base-url "about#contact"))
(class "hlink-more-dark"))
"Check all the lists")))