Skip to content

Commit 80eb86f

Browse files
committed
Fix build status badges
1 parent be9ed85 commit 80eb86f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdsc-core-ij/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GDSC Core ImageJ
22
================
33

44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5-
[![Build Status](https://travis-ci.com/aherbert/gdsc-core.svg?branch=master)](https://travis-ci.com/aherbert/gdsc-core)
5+
[![Build Status](https://github.com/aherbert/gdsc-core/actions/workflows/build.yml/badge.svg)](https://github.com/aherbert/gdsc-core/actions/workflows/build.yml)
66
[![Coverage Status](https://coveralls.io/repos/github/aherbert/gdsc-core/badge.svg?branch=master)](https://coveralls.io/github/aherbert/gdsc-core?branch=master)
77
[![Maven Central](https://img.shields.io/maven-central/v/uk.ac.sussex.gdsc/gdsc-core-ij)](https://search.maven.org/artifact/uk.ac.sussex.gdsc/gdsc-core-ij/)
88
[![Javadocs](https://javadoc.io/badge2/uk.ac.sussex.gdsc/gdsc-core-ij/javadoc.svg)](https://javadoc.io/doc/uk.ac.sussex.gdsc/gdsc-core-ij)

gdsc-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GDSC Core
22
=========
33

44
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5-
[![Build Status](https://travis-ci.com/aherbert/gdsc-core.svg?branch=master)](https://travis-ci.com/aherbert/gdsc-core)
5+
[![Build Status](https://github.com/aherbert/gdsc-core/actions/workflows/build.yml/badge.svg)](https://github.com/aherbert/gdsc-core/actions/workflows/build.yml)
66
[![Coverage Status](https://coveralls.io/repos/github/aherbert/gdsc-core/badge.svg?branch=master)](https://coveralls.io/github/aherbert/gdsc-core?branch=master)
77
[![Maven Central](https://img.shields.io/maven-central/v/uk.ac.sussex.gdsc/gdsc-core)](https://search.maven.org/artifact/uk.ac.sussex.gdsc/gdsc-core/)
88
[![Javadocs](https://javadoc.io/badge2/uk.ac.sussex.gdsc/gdsc-core/javadoc.svg)](https://javadoc.io/doc/uk.ac.sussex.gdsc/gdsc-core)

0 commit comments

Comments
 (0)