Skip to content

Commit a39ed83

Browse files
authored
fix(README): fix badges (#168)
Summary ======= This PR fixes the worklow badges link and add links to our maven central page both from the badge and in the text.
1 parent 1602258 commit a39ed83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![maven](https://github.com/spotify/github-client/workflows/maven/badge.svg)
1+
![release pipeline](https://github.com/spotify/github-java-client/actions/workflows/release.yml/badge.svg)
22
[![codecov](https://codecov.io/gh/spotify/github-java-client/branch/master/graph/badge.svg?token=ADHNCIESSL)](https://codecov.io/gh/spotify/github-java-client)[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
33
![lifecycle: beta](https://img.shields.io/badge/lifecycle-beta-509bf5.svg)
4-
![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)
4+
[![Maven Central](https://img.shields.io/maven-central/v/com.spotify/github-client)](https://mvnrepository.com/artifact/com.spotify/github-client)
55

66

77
# github-java-client
@@ -17,6 +17,8 @@ review, please tag this team in the relevant PR/issue.
1717

1818
## Getting Started
1919

20+
You can find this library in [maven central repository](https://mvnrepository.com/artifact/com.spotify/github-client).
21+
2022
Include the latest version of github-client into your project:
2123

2224
In Maven:

0 commit comments

Comments
 (0)