Skip to content

Commit 811141c

Browse files
committed
Fix broken CI badge and project links
1 parent 7d5785d commit 811141c

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

ci-badges.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
axtimwalde/mpicbg <td class="badge"><a href="https://travis-ci.org/axtimwalde/mpicbg"><img src="https://travis-ci.org/axtimwalde/mpicbg.svg?branch=master"></a></td>
2-
flimlib/flimlib-javadoc <td class="badge"><a href="https://travis-ci.com/flimlib/flimlib-javadoc"><img src="https://travis-ci.com/flimlib/flimlib-javadoc.svg?branch=master"></a></td>
3-
ijpb/MorphoLibJ <td class="badge"><a href="https://travis-ci.org/ijpb/MorphoLibJ"><img src="https://travis-ci.org/ijpb/MorphoLibJ.svg?branch=master"></a></td>
4-
imagej/ImageJA <td>None</td>
5-
imagej/ij1-builds <td class="badge"><a href="https://travis-ci.com/imagej/ij1-builds"><img src="https://travis-ci.com/imagej/ij1-builds.svg?branch=master"></a></td>
6-
imagej/imagej-launcher <td class="badge"><a href="https://travis-ci.org/imagej/imagej-launcher"><img src="https://travis-ci.org/imagej/imagej-launcher.svg?branch=master"></a></td>
1+
imagej/imagej-matlab <td class="badge"><a href="https://github.com/imagej/imagej-matlab/actions"><img src="https://github.com/imagej/imagej-matlab/workflows/build/badge.svg"></a></td>
72
ome/bioformats <td class="badge"><a href="https://github.com/ome/bioformats/actions"><img src="https://github.com/ome/bioformats/workflows/Maven/badge.svg"></a></td>
83
ome/ome-common-java <td class="badge"><a href="https://github.com/ome/ome-common-java/actions"><img src="https://github.com/ome/ome-common-java/workflows/Maven/badge.svg"></a></td>
94
ome/ome-metakit <td class="badge"><a href="https://github.com/ome/ome-metakit/actions"><img src="https://github.com/ome/ome-metakit/workflows/Maven/badge.svg"></a></td>
@@ -17,13 +12,8 @@ ome/omero-model <td class="badge"><a href="https://github.com/ome/omero-model/ac
1712
ome/omero-renderer <td class="badge"><a href="https://github.com/ome/omero-renderer/actions"><img src="https://github.com/ome/omero-renderer/workflows/Gradle/badge.svg"></a></td>
1813
ome/omero-romio <td class="badge"><a href="https://github.com/ome/omero-romio/actions"><img src="https://github.com/ome/omero-romio/workflows/Gradle/badge.svg"></a></td>
1914
ome/omero-server <td class="badge"><a href="https://github.com/ome/omero-server/actions"><img src="https://github.com/ome/omero-server/workflows/Gradle/badge.svg"></a></td>
20-
scenerygraphics/scenery <td class="badge"><a href="https://travis-ci.org/scenerygraphics/scenery"><img src="https://travis-ci.org/scenerygraphics/scenery.svg?branch=master"></a></td>
21-
scenerygraphics/sciview <td class="badge"><a href="https://travis-ci.org/scenerygraphics/sciview"><img src="https://travis-ci.org/scenerygraphics/sciview.svg?branch=master"></a></td>
2215
scijava/java3d-core <td>None</td>
2316
scijava/java3d-utils <td>None</td>
2417
scijava/jep <td>None</td>
2518
scijava/junit-benchmarks <td>None</td>
26-
scijava/jython-shaded <td>None</td>
27-
scijava/scijava-jupyter-kernel <td class="badge"><a href="https://travis-ci.org/scijava/scijava-jupyter-kernel"><img src="https://travis-ci.org/scijava/scijava-jupyter-kernel.svg?branch=master"></a></td>
2819
scijava/vecmath <td>None</td>
29-
tferr/ASA <td class="badge"><a href="https://travis-ci.org/tferr/ASA"><img src="https://travis-ci.org/tferr/ASA.svg?branch=master"></a></td>

html-report.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ def project_url(ga):
5959
g, a = ga.split(':', 1)
6060

6161
if g == "sc.fiji":
62-
if a.startswith('bigdataviewer'):
62+
if a.startswith('TrackMate'):
63+
return f'https://github.com/trackmate-sc/{a}'
64+
elif a.startswith('bigdataviewer'):
6365
return f'https://github.com/bigdataviewer/{a}'
66+
elif a.startswith('labkit'):
67+
return f'https://github.com/juglab/{a}'
6468
if a.endswith('_'):
6569
a = a[:-1]
6670

0 commit comments

Comments
 (0)