Skip to content

Commit 36fc748

Browse files
authored
update badges (#119)
1 parent f23956e commit 36fc748

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

README.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,33 @@
1-
<h1 align="center">Plotly.rs</h1>
2-
3-
<div align="center">Plotly for Rust</div>
4-
5-
<div align="center">
6-
<a href="https://igiagkiozis.github.io/plotly/content/getting_started.html">Getting Started</a>
7-
|
8-
<a href="https://igiagkiozis.github.io/plotly/content/recipes.html">Recipes</a>
9-
|
10-
<a href="https://docs.rs/crate/plotly/">API Docs</a>
11-
|
12-
<a href="https://github.com/igiagkiozis/plotly/blob/master/CHANGELOG.md">Changelog</a>
13-
</div>
14-
<br>
151
<div align="center">
16-
<a href="https://github.com/igiagkiozis/plotly/actions" style="text-decoration: none !important;">
17-
<img src="https://github.com/igiagkiozis/plotly/workflows/build_master/badge.svg" alt="build status">
2+
<h1>Plotly.rs</h1>
3+
<p><strong>Plotly for Rust</strong></p>
4+
<p>
5+
<a href="https://github.com/igiagkiozis/plotly/actions?query=branch%3Amaster" style="text-decoration: none!important;">
6+
<img src="https://img.shields.io/github/workflow/status/igiagkiozis/plotly/CI/master" alt="Build status">
187
</a>
19-
<a href="https://crates.io/crates/plotly" style="text-decoration: none !important;">
8+
<a href="https://crates.io/crates/plotly" style="text-decoration: none!important;">
209
<img src="https://img.shields.io/crates/v/plotly.svg" alt="Crates.io">
2110
</a>
22-
<a href="https://crates.io/crates/plotly" style="text-decoration: none !important;">
11+
<a href="https://crates.io/crates/plotly" style="text-decoration: none!important;">
2312
<img src="https://img.shields.io/crates/d/plotly" alt="Downloads">
2413
</a>
25-
<a href="https://docs.rs/plotly" style="text-decoration: none !important;">
26-
<img src="https://docs.rs/plotly/badge.svg" alt="Documentation">
14+
<a href="https://docs.rs/plotly" style="text-decoration: none!important;">
15+
<img src="https://img.shields.io/badge/docs.rs-plotly-green" alt="Documentation">
2716
</a>
28-
<a href="" style="text-decoration: none !important;">
29-
<img src="https://img.shields.io/badge/Minimum%20Rust%20Version-1.31-brightgreen.svg" alt="Minimum Version">
17+
<a href="https://app.codecov.io/github/igiagkiozis/plotly" style="text-decoration: none!important;">
18+
<img src="https://img.shields.io/codecov/c/github/igiagkiozis/plotly" alt="Code coverage">
3019
</a>
20+
</p>
21+
<h4>
22+
<a href="https://igiagkiozis.github.io/plotly/content/getting_started.html">Getting Started</a>
23+
<span> | </span>
24+
<a href="https://igiagkiozis.github.io/plotly/content/recipes.html">Recipes</a>
25+
<span> | </span>
26+
<a href="https://docs.rs/crate/plotly/">API Docs</a>
27+
<span> | </span>
28+
<a href="https://github.com/igiagkiozis/plotly/blob/master/CHANGELOG.md">Changelog</a>
29+
</h4>
3130
</div>
32-
<br>
3331

3432
# Table of Contents
3533

0 commit comments

Comments
 (0)