guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: website: Refer to issues.guix.gnu.org instead of bugs.gnu.org.


From: Ludovic Courtès
Subject: 01/03: website: Refer to issues.guix.gnu.org instead of bugs.gnu.org.
Date: Mon, 17 Jun 2019 08:51:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit c910f05c52763de3654c58587f3482279dad1cac
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 17 14:25:11 2019 +0200

    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.
---
 website/apps/base/data.scm                 | 8 ++++----
 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:address@hidden";)) "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";))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]