diff --git a/runbot/models/branch.py b/runbot/models/branch.py index e70225ba..cfcd6561 100644 --- a/runbot/models/branch.py +++ b/runbot/models/branch.py @@ -135,7 +135,7 @@ class Branch(models.Model): if branch.is_pr: branch.branch_url = "https://%s/pull/%s" % (branch.remote_id.base_url, branch.name) else: - branch.branch_url = "https://%s/list/%s" % (branch.remote_id.base_url, branch.name) + branch.branch_url = "https://%s/tree/%s" % (branch.remote_id.base_url, branch.name) else: branch.branch_url = '' diff --git a/runbot/templates/badge.xml b/runbot/templates/badge.xml index 39ab5d69..98f3f289 100644 --- a/runbot/templates/badge.xml +++ b/runbot/templates/badge.xml @@ -3,7 +3,7 @@