summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-02 20:42:14 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-02 20:42:14 +0100
commitc740b3af75624c5faa6982fca56a1ebe03e03e98 (patch)
tree7910cf414a0e6bea956e57c95377970584237a08 /README.md
parentda1b375579c0d4e7a6bd463c8e000af5668354ae (diff)
downloadiced-c740b3af75624c5faa6982fca56a1ebe03e03e98.tar.gz
iced-c740b3af75624c5faa6982fca56a1ebe03e03e98.tar.bz2
iced-c740b3af75624c5faa6982fca56a1ebe03e03e98.zip
Fix "Test Status" badge in `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc7f5440..457a02ae 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![Crates.io](https://img.shields.io/crates/v/iced.svg)](https://crates.io/crates/iced)
[![License](https://img.shields.io/crates/l/iced.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
[![Downloads](https://img.shields.io/crates/d/iced.svg)](https://crates.io/crates/iced)
-[![Test Status](https://img.shields.io/github/workflow/status/iced-rs/iced/Test?event=push&label=test)](https://github.com/iced-rs/iced/actions)
+[![Test Status](https://img.shields.io/github/actions/workflow/status/iced-rs/iced/test.yml?branch=master&event=push&label=test)](https://github.com/iced-rs/iced/actions)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
A cross-platform GUI library for Rust focused on simplicity and type-safety.