From d8cd751c49e4f317e42f9c60d099ba953dd668bc Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Fri, 6 Jan 2023 17:56:35 +0100 Subject: [PATCH] Fix CI badge in readme (#741) * Fix CI badge in readme See https://github.com/badges/shields/issues/8671 * Update branch to 0.8.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dee4e9230d94..ba1468bee6c8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Discord](https://img.shields.io/discord/556525343595298817.svg?color=&label=Kord&logo=discord&style=for-the-badge)](https://discord.gg/6jcx5ev) [![Download](https://img.shields.io/maven-central/v/dev.kord/kord-core.svg?label=Maven%20Central&style=for-the-badge)](https://search.maven.org/search?q=g:%22dev.kord%22%20AND%20a:%22kord-core%22) -[![Github CI status (branch)](https://img.shields.io/github/workflow/status/kordlib/kord/CI/master?label=CI&style=for-the-badge)]() +[![Github CI status (branch)](https://img.shields.io/github/actions/workflow/status/kordlib/kord/deployment-ci.yml?branch=0.8.x&label=CI&style=for-the-badge)]() __Kord is still in an experimental stage, as such we can't guarantee API stability between releases. While we'd love for you to try out our library, we don't recommend you use this in production just yet.__