From bcff375e6c6a5116e948faf778356af607f45dec Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 30 Mar 2020 23:29:26 +0200 Subject: [PATCH] docs(badges): replace imgshield (#18) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd05b97..13dc520 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # 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