diff --git a/dev/archery/archery/crossbow/reports.py b/dev/archery/archery/crossbow/reports.py index 1cf19841c6939..ea10e75ad3478 100644 --- a/dev/archery/archery/crossbow/reports.py +++ b/dev/archery/archery/crossbow/reports.py @@ -284,7 +284,7 @@ class CommentReport(Report): 'github': _markdown_badge.format( title='Github Actions', badge=( - 'https://github.com/{repo}/workflows/Crossbow/' + 'https://github.com/{repo}/actions/workflows/crossbow.yml/' 'badge.svg?branch={branch}' ), ),