aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/view/issue.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix-qa-frontpage/view/issue.scm')
-rw-r--r--guix-qa-frontpage/view/issue.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/guix-qa-frontpage/view/issue.scm b/guix-qa-frontpage/view/issue.scm
index 4e851f8..567ba24 100644
--- a/guix-qa-frontpage/view/issue.scm
+++ b/guix-qa-frontpage/view/issue.scm
@@ -78,7 +78,7 @@
(simple-format
#f
"~A/log/?h=~A&qt=range&q=~A..~A"
- "https://git.guix-patches.cbaines.net/guix-patches"
+ "https://git.qa.guix.gnu.org/guix-patches"
branch-name base-tag branch-name))))
"View Git branch")))
'())
@@ -258,7 +258,10 @@
patches to record a review, which will highlight that these patches should be
ready to merge.")
- (p "Here's a list of common things to check, tick them off as you review
+ (p "There's some "
+ (a (@ (href "https://guix.gnu.org/manual/devel/en/html_node/Reviewing-the-Work-of-Others.html"))
+ "guidance in the manual about reviewing patches")
+ ". Here's a list of common things to check, tick them off as you review
the patches:"))
,@(map
@@ -475,5 +478,5 @@ Guix QA review form submission:"
(uri-encode email-text))))
(b "Open mail client to send review email"))
(p "If the above link doesn't work for you, the contents of the suggested email is given below, and can be sent "
- (strong "to control@debbugs.gnu.org and 66195@debbugs.gnu.org"))
+ (strong "to control@debbugs.gnu.org and " ,issue-number "@debbugs.gnu.org"))
(pre ,email-text)))))