diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 14:25:11 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 14:34:23 +0200 |
| commit | c910f05c52763de3654c58587f3482279dad1cac (patch) | |
| tree | 4aa5dbfad44428a4d46bd2b18e143289e81fa517 /website/apps | |
| parent | slim: Add 1.x theme. (diff) | |
| download | guix-artwork-c910f05c52763de3654c58587f3482279dad1cac.tar.gz | |
website: Refer to issues.guix.gnu.org instead of bugs.gnu.org.
There are still places where issues.guix.gnu.org is not a drop-in
replacements; this patch leaves them unchanged.
* website/apps/base/data.scm (contact-media): Remove to
issues.guix.gnu.org.
* website/apps/base/templates/contribute.scm (contribute-t): Likewise.
Diffstat (limited to 'website/apps')
| -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")) |
