Skip to content

Commit

Permalink
website: Fix links for GitHub badges (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanaamit authored Aug 6, 2024
1 parent ee57266 commit 5dc59f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
Testing status:
</div>
<div class="col">
<a href='https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml/badge.svg'></a>
<a href='https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/daily-tests.yaml/badge.svg?branch=develop'></a>
</div>
<div class="col">
<a href='https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml/badge.svg'></a>
<a href='https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/weekly-tests.yaml/badge.svg?branch=develop'></a>
</div>
<div class="col">
<a href='https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml/badge.svg'></a>
<a href='https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml'><img src='https://github.com/gem5/gem5/actions/workflows/compiler-tests.yaml/badge.svg?branch=develop'></a>
</div>
</div>

Expand Down

0 comments on commit 5dc59f6

Please sign in to comment.