Skip to content

Commit 557fa30

Browse files
committed
chore: update README backend FAQ
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
1 parent 123764a commit 557fa30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ including bitmap, vector graph, piston window, GTK/Cairo and WebAssembly.
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)
2222
- 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.
23-
- Plotters has moved all backend code to separate repositories, check [FAQ list](#faq-list) for details
23+
- Plotters has moved some 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
@@ -611,8 +611,8 @@ pub fn register_font(
611611
Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate.
612612
Use the following link to find the backend code:
613613

614-
- [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git)
615-
- [SVG Backend](https://github.com/plotters-rs/plotters-svg.git)
614+
- [Bitmap Backend](./plotters-bitmap/) (current repository)
615+
- [SVG Backend](./plotters-svg/) (current repository)
616616
- [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git)
617617
- [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)
618618

0 commit comments

Comments
 (0)