Skip to content

Commit 4420a6b

Browse files
committed
Fix broken badges in the footer
1 parent ab50801 commit 4420a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
</tr>
1818
<tr>
1919
<td><a href="https://github.com/scijava/incubator">scijava/incubator</a></td>
20-
<td class="badge"><a href="https://github.com/scijava/incubator/actions"><img src="https://github.com/scijava/incubator/actions/workflows/build-main.yml/badge.svg"></a></td>
20+
<td class="badge"><a href="https://github.com/scijava/incubator/actions"><img src="https://github.com/scijava/incubator/actions/workflows/build.yml/badge.svg"></a></td>
2121
</tr>
2222
<tr>
2323
<td><a href="https://github.com/imagej/list-of-update-sites">imagej/list-of-update-sites</a></td>
24-
<td class="badge"><a href="https://github.com/imagej/list-of-update-sites/actions"><img src="https://github.com/imagej/list-of-update-sites/actions/workflows/build-main.yml/badge.svg"></a></td>
24+
<td class="badge"><a href="https://github.com/imagej/list-of-update-sites/actions"><img src="https://github.com/imagej/list-of-update-sites/actions/workflows/deploy.yml/badge.svg"></a></td>
2525
</tr>
2626
<tr>
2727
<td><a href="https://github.com/imagej/tutorials">imagej/tutorials</a></td>

0 commit comments

Comments
 (0)