Skip to content

Commit 36c405b

Browse files
committed
fix more references as well as shields.io links
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 03bf925 commit 36c405b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Version 0.8.0 represents a significant release which refactors a lot of the code
5959
- `Plot::to_html()` now has similar behaviour to `Plot::to_inline_html()` and just returns a `String`
6060
### Fixed
6161
- Typos in `CONTRIBUTING.md`
62-
- Serialization of `plotly_kaleido::PlotData` ([Issue #50](https://github.com/igiagkiozis/plotly/issues/50))
62+
- Serialization of `plotly_kaleido::PlotData` ([Issue #50](https://github.com/plotly/plotly.rs/issues/50))
6363
### Updated
6464
- `ndarray` to `0.15.4`.
6565
- `serde` to `1.0.132`.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ When making a feature request, please make it clear what problem you intend to s
1212

1313
## Pull Requests
1414

15-
Before spending time and effort in making changes to the library, it's a good idea to discuss it first on the issue tracker to see whether your change is likely to be accepted.
15+
Before spending time and effort in making changes to the library, it's a good idea to discuss it first on the issue tracker to see whether your change is likely to be accepted.
1616

17-
Fork [plotly](https://igiagkiozis.github.io/plotly/) to your own account and create a new branch for your feature. Remember to update the [changelog](CHANGELOG.md) - use previous entries as a template.
17+
Fork [plotly](https://plotly.github.io/plotly.rs/) to your own account and create a new branch for your feature. Remember to update the [changelog](CHANGELOG.md) - use previous entries as a template.
1818

1919
When your contribution is ready for review, make a pull request with your changes directly to the `main` branch. One of the maintainers will have a look at what you've done, suggest any necessary changes and, when everyone is happy, merge the pull request.
2020

README.md

Lines changed: 2 additions & 2 deletions
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/igiagkiozis/plotly/ci.yml?branch=main" alt="Build status">
6+
<img src="https://img.shields.io/github/actions/workflow/status/plotly/plotly.rs/ci.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">
@@ -14,7 +14,7 @@
1414
<a href="https://docs.rs/plotly" style="text-decoration: none!important;">
1515
<img src="https://img.shields.io/badge/docs.rs-plotly-green" alt="Documentation">
1616
</a>
17-
<a href="https://app.codecov.io/github/igiagkiozis/plotly" style="text-decoration: none!important;">
17+
<a href="https://app.codecov.io/github/plotly/plotly.rs" style="text-decoration: none!important;">
1818
<img src="https://img.shields.io/codecov/c/github/igiagkiozis/plotly" alt="Code coverage">
1919
</a>
2020
</p>

docs/book/src/fundamentals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<a href="https://github.com/plotly/plotly.rs/tree/main">
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
5-
<a href="https://github.com/plotly/plotly.rs/actions">
6-
<img src="https://github.com/plotly/plotly.rs/workflows/build/badge.svg" alt="build status">
5+
<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">
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<a href="https://github.com/plotly/plotly.rs/tree/main">
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
5-
<a href="https://github.com/plotly/plotly.rs/actions">
6-
<img src="https://github.com/plotly/plotly.rs/workflows/build/badge.svg" alt="build status">
5+
<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">
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<a href="https://github.com/plotly/plotly.rs/tree/main">
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
5-
<a href="https://github.com/plotly/plotly.rs/actions">
6-
<img src="https://github.com/plotly/plotly.rs/workflows/build/badge.svg" alt="build status">
5+
<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">
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<a href="https://github.com/plotly/plotly.rs/tree/main">
33
<img src="https://img.shields.io/badge/Plotly.rs-main-brightgreen" alt="build status">
44
</a>
5-
<a href="https://github.com/plotly/plotly.rs/actions">
6-
<img src="https://github.com/plotly/plotly.rs/workflows/build/badge.svg" alt="build status">
5+
<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">
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)