Skip to content

Commit bac7cf2

Browse files
committed
Make README badges proper links
1 parent ac5622d commit bac7cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenPolicyAgent Java Client
22

3-
![Build](https://github.com/content-cloud/opa-java-client/workflows/build/badge.svg?branch=main)
4-
![Maven Central](https://img.shields.io/maven-central/v/eu.xenit.contentcloud/opa-async-java-client?color=blue)
5-
![License](https://img.shields.io/github/license/xenit-eu/opa-java-client?color=blue)
3+
[![Build](https://github.com/content-cloud/opa-java-client/workflows/build/badge.svg?branch=main)](https://github.com/xenit-eu/opa-java-client/actions/workflows/ci.yml)
4+
[![Maven Central](https://img.shields.io/maven-central/v/eu.xenit.contentcloud/opa-async-java-client?color=blue)](https://search.maven.org/search?q=a:opa-async-java-client%20g:eu.xenit.contentcloud)
5+
[![License](https://img.shields.io/github/license/xenit-eu/opa-java-client?color=blue)](LICENSE)
66

77
An asynchronous java client library for the [OpenPolicyAgent](https://www.openpolicyagent.org/) [REST API](https://www.openpolicyagent.org/docs/latest/rest-api/).
88

0 commit comments

Comments
 (0)