Skip to content

Commit 5d501cf

Browse files
committed
fix badges after workflow rename
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 4506082 commit 5d501cf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p><strong>Plotly for Rust</strong></p>
44
<p>
55
<a href="https://github.com/plotly/plotly.rs/actions?query=branch%3Amain" style="text-decoration: none!important;">
6-
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/build.yml?branch=main" alt="Build status">
77
</a>
88
<a href="https://crates.io/crates/plotly" style="text-decoration: none!important;">
99
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">

docs/book/src/fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
55
<a href="https://github.com/plotly/plotly.rs/actions?query=branch%3Amain" style="text-decoration: none!important;">
6-
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/build.yml?branch=main" alt="Build status">
77
</a>
88
<a href="https://crates.io/crates/plotly">
99
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">

docs/book/src/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
55
<a href="https://github.com/plotly/plotly.rs/actions?query=branch%3Amain" style="text-decoration: none!important;">
6-
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/build.yml?branch=main" alt="Build status">
77
</a>
88
<a href="https://crates.io/crates/plotly">
99
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">

docs/book/src/plotly_rs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
55
<a href="https://github.com/plotly/plotly.rs/actions?query=branch%3Amain" style="text-decoration: none!important;">
6-
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/build.yml?branch=main" alt="Build status">
77
</a>
88
<a href="https://crates.io/crates/plotly">
99
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">

docs/book/src/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
55
<a href="https://github.com/plotly/plotly.rs/actions?query=branch%3Amain" style="text-decoration: none!important;">
6-
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/build.yml?branch=main" alt="Build status">
77
</a>
88
<a href="https://crates.io/crates/plotly">
99
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">

0 commit comments

Comments
 (0)