aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/view/branch.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/guix-qa-frontpage/view/branch.scm b/guix-qa-frontpage/view/branch.scm
index 4eac653..8d0d4c7 100644
--- a/guix-qa-frontpage/view/branch.scm
+++ b/guix-qa-frontpage/view/branch.scm
@@ -46,9 +46,7 @@ td.bad {
(a (@ (href
,(simple-format
#f
- "~A/log/?h=~A&qt=range&q=~A..~A"
- "https://git.savannah.gnu.org/cgit/guix.git"
- branch
+ "https://codeberg.org/guix/guix/compare/~A...~A"
(assq-ref revisions 'base)
(assq-ref revisions 'target))))
"View Git branch"))