Skip to content

Commit 4323882

Browse files
authored
Fix badge links in README.md
Updated badge links for GitHub CI and Maven Central. Remove broken badge for AppVeyor
1 parent df0ab08 commit 4323882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ SPDX-License-Identifier: Apache-2.0
1111
# JavaSMT
1212

1313
[![Build Status](https://gitlab.com/sosy-lab/software/java-smt/badges/master/pipeline.svg)](https://gitlab.com/sosy-lab/software/java-smt/pipelines)
14-
[![Build Status on Windows](https://ci.appveyor.com/api/projects/status/08sy37awx7kvflo7/branch/master?svg=true)](https://ci.appveyor.com/project/sosy-lab/java-smt/branch/master)
14+
[![Github CI](https://github.com/sosy-lab/java-smt/actions/workflows/ci.yml/badge.svg)](https://github.com/sosy-lab/java-smt/actions/workflows/ci.yml)
1515
![Test Coverage](https://gitlab.com/sosy-lab/software/java-smt/badges/master/coverage.svg)
1616
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache--2-brightgreen.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
17-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.sosy-lab/java-smt/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.sosy-lab/java-smt)
17+
[![Maven Central](https://maven-badges.sml.io/maven-central/org.sosy-lab/java-smt/badge.svg)](https://maven-badges.sml.io/maven-central/org.sosy-lab/java-smt)
1818

1919
JavaSMT is a common API layer for accessing various SMT solvers.
2020
The API is optimized for performance (using JavaSMT has very little runtime

0 commit comments

Comments
 (0)