From aadc2b64dd5d00268cdabb1d56eecbcbd951cebd Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 30 Mar 2020 18:46:44 +0200 Subject: [PATCH] docs(badges): replace imgshield --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 643f42a..a2c6b0d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # OpenID Connect SDK (client and server) for Go -![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg) -![Github Release Badge](https://github.com/caos/oidc/workflows/Release/badge.svg) -[![GitHub release](https://img.shields.io/github/release/caos/oidc)](https://GitHub.com/caos/oidc/releases/) -[![GitHub license](https://img.shields.io/github/license/caos/oidc)](https://github.com/caos/oidc/blob/master/LICENSE) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) +[![Release](https://github.com/caos/oidc/workflows/Release/badge.svg)](https://github.com/caos/oidc/actions) +[![license](https://badgen.net/github/license/caos/oidc/)](https://github.com/caos/oidc/blob/master/LICENSE) +[![release](https://badgen.net/github/release/caos/oidc/stable)](https://github.com/caos/oidc/releases) +[![Go Report Card](https://goreportcard.com/badge/github.com/caos/oidc)](https://goreportcard.com/report/github.com/caos/oidc) > This project is in alpha state. It can AND will continue breaking until version 1.0.0 is released