Skip to content

Commit 9e45ab2

Browse files
committed
Fix bad link of example
Signed-off-by: Eval EXEC <execvy@gmail.com>
1 parent 1e91857 commit 9e45ab2

File tree

10 files changed

+106
-105
lines changed

10 files changed

+106
-105
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,39 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
1919
- A new Plotters Developer's Guide is a work in progress. The preview version is available [here](https://plotters-rs.github.io/book).
2020
- Try Plotters with an interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
2121
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22-
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/38/plotters/blob/master/examples/console.rs) for how to plot on console with a customized backend.
22+
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs) for how to plot on console with a customized backend.
2323
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
2424
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
2525

2626
## Gallery
2727

2828
To view the source code for each example, please click on the example image.
2929

30-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/chart.rs">
30+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/chart.rs">
3131
<img src="https://plotters-rs.github.io/plotters-doc-data/sample.png" class="galleryItem" width=200px></img>
3232
</a>
3333

34-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/stock.rs">
34+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/stock.rs">
3535
<img src="https://plotters-rs.github.io/plotters-doc-data/stock.png" class="galleryItem" width=200px></img>
3636
</a>
3737

38-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/histogram.rs">
38+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/histogram.rs">
3939
<img src="https://plotters-rs.github.io/plotters-doc-data/histogram.png" class="galleryItem" width=200px></img>
4040
</a>
4141

42-
<a href="https://github.com/38/plotters#quick-start">
42+
<a href="https://github.com/plotters-rs/plotters#quick-start">
4343
<img src="https://plotters-rs.github.io/plotters-doc-data/0.png" class="galleryItem" width=200px></img>
4444
</a>
4545

4646
<a href="#">
4747
<img src="https://plotters-rs.github.io/plotters-doc-data/console-2.png" class="galleryItem" width=200px></img>
4848
</a>
4949

50-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/mandelbrot.rs">
50+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/mandelbrot.rs">
5151
<img src="https://plotters-rs.github.io/plotters-doc-data/mandelbrot.png" class="galleryItem" width=200px></img>
5252
</a>
5353

54-
<a href="https://github.com/38/plotters#trying-with-jupyter-evcxr-kernel-interactively">
54+
<a href="https://github.com/plotters-rs/plotters#trying-with-jupyter-evcxr-kernel-interactively">
5555
<img src="https://plotters-rs.github.io/plotters-doc-data/evcxr_animation.gif" class="galleryItem" width=200px></img>
5656
</a>
5757

@@ -60,71 +60,71 @@ To view the source code for each example, please click on the example image.
6060
<img src="https://plotters-rs.github.io/plotters-doc-data/plotters-piston.gif" class="galleryItem" width=200px></img>
6161
</a>
6262

63-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/normal-dist.rs">
63+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/normal-dist.rs">
6464
<img src="https://plotters-rs.github.io/plotters-doc-data/normal-dist.png" class="galleryItem" width=200px></img>
6565
</a>
6666

67-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/two-scales.rs">
67+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/two-scales.rs">
6868
<img src="https://plotters-rs.github.io/plotters-doc-data/twoscale.png" class="galleryItem" width=200px></img>
6969
</a>
7070

71-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/matshow.rs">
71+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/matshow.rs">
7272
<img src="https://plotters-rs.github.io/plotters-doc-data/matshow.png" class="galleryItem" width=200px></img>
7373
</a>
7474

75-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/sierpinski.rs">
75+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/sierpinski.rs">
7676
<img src="https://plotters-rs.github.io/plotters-doc-data/sierpinski.png" class="galleryItem" width=200px></img>
7777
</a>
7878

79-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/normal-dist2.rs">
79+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/normal-dist2.rs">
8080
<img src="https://plotters-rs.github.io/plotters-doc-data/normal-dist2.png" class="galleryItem" width=200px></img>
8181
</a>
8282

83-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/errorbar.rs">
83+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/errorbar.rs">
8484
<img src="https://plotters-rs.github.io/plotters-doc-data/errorbar.png" class="galleryItem" width=200px></img>
8585
</a>
8686

87-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/slc-temp.rs">
87+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/slc-temp.rs">
8888
<img src="https://plotters-rs.github.io/plotters-doc-data/slc-temp.png" class="galleryItem" width=200px></img>
8989
</a>
9090

91-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/area-chart.rs">
91+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/area-chart.rs">
9292
<img src="https://plotters-rs.github.io/plotters-doc-data/area-chart.png" class="galleryItem" width=200px></img>
9393
</a>
9494

95-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/snowflake.rs">
95+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/snowflake.rs">
9696
<img src="https://plotters-rs.github.io/plotters-doc-data/snowflake.png" class="galleryItem" width=200px></img>
9797
</a>
9898

99-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/animation.rs">
99+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/animation.rs">
100100
<img src="https://plotters-rs.github.io/plotters-doc-data/animation.gif" class="galleryItem" width=200px></img>
101101
</a>
102102

103-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/console.rs">
103+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs">
104104
<img src="https://plotters-rs.github.io/plotters-doc-data/console-example.png" class="galleryItem" width=200px></img>
105105
</a>
106106

107-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/console.rs">
107+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs">
108108
<img src="https://plotters-rs.github.io/plotters-doc-data/console.png" class="galleryItem" width=200px></img>
109109
</a>
110110

111-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/blit-bitmap.rs">
111+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/blit-bitmap.rs">
112112
<img src="https://plotters-rs.github.io/plotters-doc-data/blit-bitmap.png" class="galleryItem" width=200px></img>
113113
</a>
114114

115-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/boxplot.rs">
115+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/boxplot.rs">
116116
<img src="https://plotters-rs.github.io/plotters-doc-data/boxplot.svg" class="galleryItem" width=200px></img>
117117
</a>
118118

119-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot.rs">
119+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot.rs">
120120
<img src="https://plotters-rs.github.io/plotters-doc-data/3d-plot.svg" class="galleryItem" width=200px></img>
121121
</a>
122122

123-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/3d-plot2.rs">
123+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/3d-plot2.rs">
124124
<img src="https://plotters-rs.github.io/plotters-doc-data/3d-plot2.gif" class="galleryItem" width=200px></img>
125125
</a>
126126

127-
<a href="https://github.com/38/plotters/blob/master/plotters/examples/tick_control.rs">
127+
<a href="https://github.com/plotters-rs/plotters/blob/master/plotters/examples/tick_control.rs">
128128
<img src="https://plotters-rs.github.io/plotters-doc-data/tick_control.svg" class="galleryItem" width=200px></img>
129129
</a>
130130

@@ -221,7 +221,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
221221
The following code shows a minimal example of this.
222222

223223
```text
224-
:dep plotters = { git = "https://github.com/38/plotters", default_features = false, features = ["evcxr"] }
224+
:dep plotters = { git = "https://github.com/plotters-rs/plotters", default_features = false, features = ["evcxr"] }
225225
extern crate plotters;
226226
use plotters::prelude::*;
227227
@@ -487,14 +487,14 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
487487

488488
### Development Version
489489

490-
Find the latest development version of Plotters on [GitHub](https://github.com/38/plotters.git).
490+
Find the latest development version of Plotters on [GitHub](https://github.com/plotters-rs/plotters.git).
491491
Clone the repository and learn more about the Plotters API and ways to contribute. Your help is needed!
492492

493493
If you want to add the development version of Plotters to your project, add the following to your `Cargo.toml`:
494494

495495
```toml
496496
[dependencies]
497-
plotters = { git = "https://github.com/38/plotters.git" }
497+
plotters = { git = "https://github.com/plotters-rs/plotters.git" }
498498
```
499499

500500
### Reducing Depending Libraries && Turning Off Backends
@@ -508,7 +508,7 @@ For example, the following dependency description would avoid compiling with bit
508508

509509
```toml
510510
[dependencies]
511-
plotters = { git = "https://github.com/38/plotters.git", default_features = false, features = ["svg"] }
511+
plotters = { git = "https://github.com/plotters-rs/plotters.git", default_features = false, features = ["svg"] }
512512
```
513513

514514
The library also allows consumers to make use of the [`Palette`](https://crates.io/crates/palette/) crate's color types by default.

doc-template/readme.template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
1919
- A new Plotters Developer's Guide is a work in progress. The preview version is available [here](https://plotters-rs.github.io/book).
2020
- Try Plotters with an interactive Jupyter notebook, or view [here](https://plotters-rs.github.io/plotters-doc-data/evcxr-jupyter-integration.html) for the static HTML version.
2121
- To view the WASM example, go to this [link](https://plotters-rs.github.io/wasm-demo/www/index.html)
22-
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/38/plotters/blob/master/examples/console.rs) for how to plot on console with a customized backend.
22+
- Currently we have all the internal code ready for console plotting, but a console based backend is still not ready. See [this example](https://github.com/plotters-rs/plotters/blob/master/plotters/examples/console.rs) for how to plot on console with a customized backend.
2323
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
2424
- Some interesting [demo projects](#demo-projects) are available, feel free to try them out.
2525

@@ -69,7 +69,7 @@ The feature `evcxr` should be enabled when including Plotters to Jupyter Noteboo
6969
The following code shows a minimal example of this.
7070

7171
```text
72-
:dep plotters = { git = "https://github.com/38/plotters", default_features = false, features = ["evcxr"] }
72+
:dep plotters = { git = "https://github.com/plotters-rs/plotters", default_features = false, features = ["evcxr"] }
7373
extern crate plotters;
7474
use plotters::prelude::*;
7575
@@ -230,14 +230,14 @@ $$../examples/chart.rs$$
230230

231231
### Development Version
232232

233-
Find the latest development version of Plotters on [GitHub](https://github.com/38/plotters.git).
233+
Find the latest development version of Plotters on [GitHub](https://github.com/plotters-rs/plotters.git).
234234
Clone the repository and learn more about the Plotters API and ways to contribute. Your help is needed!
235235

236236
If you want to add the development version of Plotters to your project, add the following to your `Cargo.toml`:
237237

238238
```toml
239239
[dependencies]
240-
plotters = { git = "https://github.com/38/plotters.git" }
240+
plotters = { git = "https://github.com/plotters-rs/plotters.git" }
241241
```
242242

243243
### Reducing Depending Libraries && Turning Off Backends
@@ -251,7 +251,7 @@ For example, the following dependency description would avoid compiling with bit
251251

252252
```toml
253253
[dependencies]
254-
plotters = { git = "https://github.com/38/plotters.git", default_features = false, features = ["svg"] }
254+
plotters = { git = "https://github.com/plotters-rs/plotters.git", default_features = false, features = ["svg"] }
255255
```
256256

257257
The library also allows consumers to make use of the [`Palette`](https://crates.io/crates/palette/) crate's color types by default.

0 commit comments

Comments
 (0)