diff options
| -rw-r--r-- | website/apps/base/data.scm | 8 | ||||
| -rw-r--r-- | website/apps/base/templates/contribute.scm | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/website/apps/base/data.scm b/website/apps/base/data.scm index 62f7165..dfe65fe 100644 --- a/website/apps/base/data.scm +++ b/website/apps/base/data.scm @@ -93,12 +93,12 @@ het Nederlands.") '(p "If you found a bug in Guix, check whether the bug is already in the " - (a (@ (href "https://debbugs.gnu.org/cgi/pkgreport.cgi?package=guix;max-bugs=100")) + (a (@ (href "https://issues.guix.gnu.org")) "bug database") ". If it is not, please " (a (@ (href "mailto:bug-guix@gnu.org")) "report it.")) #:url "https://lists.gnu.org/mailman/listinfo/bug-guix" - #:log "https://bugs.gnu.org/guix") + #:log "https://issues.guix.gnu.org/") (contact #:name "Development Mailing List" @@ -117,7 +117,7 @@ het Nederlands.") `(p "Submission of patches. Every message sent to this mailing list leads to a new entry in our " - (a (@ (href "https://bugs.gnu.org/guix-patches")) + (a (@ (href "https://issues.guix.gnu.org")) "patch tracking tool") ". See " (a (@ (href "https://debbugs.gnu.org/Advanced.html")) "this page") @@ -129,7 +129,7 @@ het Nederlands.") "Until February 2017") ", the guix-devel mailing list filled that role.") #:url "https://lists.gnu.org/mailman/listinfo/guix-patches" - #:log "https://bugs.gnu.org/guix-patches") + #:log "https://issues.guix.gnu.org") (contact #:name "Commits Mailing List" diff --git a/website/apps/base/templates/contribute.scm b/website/apps/base/templates/contribute.scm index be55cbc..6c4787f 100644 --- a/website/apps/base/templates/contribute.scm +++ b/website/apps/base/templates/contribute.scm @@ -205,7 +205,7 @@ (p "Before reporting a bug, please check whether the bug is already " - (a (@ (href "https://debbugs.gnu.org/guix")) + (a (@ (href "https://issues.guix.gnu.org")) "in the bug database") ". See " (a (@ (href "https://debbugs.gnu.org/Developer.html")) |
