Skip to content

Commit 0aab43c

Browse files
authored
Merge pull request #77 from uber/remove-appveyor
Change test badge to GH Actions, remove Appveyor
2 parents bbf8750 + 985c804 commit 0aab43c

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.appveyor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
# H3-Java
44

5-
[![Build Status](https://travis-ci.com/uber/h3-java.svg?branch=master)](https://travis-ci.com/uber/h3-java)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/pjp4m666p9c24jyd/branch/master?svg=true)](https://ci.appveyor.com/project/Uber/h3-java/branch/master)
5+
[![tests](https://github.com/uber/h3/workflows/tests/badge.svg)](https://github.com/uber/h3/actions)
76
[![Coverage Status](https://coveralls.io/repos/github/uber/h3-java/badge.svg?branch=master)](https://coveralls.io/github/uber/h3-java?branch=master)
87
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
98
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.uber/h3/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.uber/h3)
109
[![H3 Version](https://img.shields.io/badge/h3-v3.7.0-blue.svg)](https://github.com/uber/h3/releases/tag/v3.7.0)
1110

12-
This library provides Java bindings for the [H3 Core Library](https://github.com/uber/h3). For API reference, please see the [H3 Documentation](https://uber.github.io/h3/).
11+
This library provides Java bindings for the [H3 Core Library](https://github.com/uber/h3). For API reference, please see the [H3 Documentation](https://h3geo.org/).
1312

1413
# Usage
1514

0 commit comments

Comments
 (0)