Skip to content

Commit 561ba27

Browse files
committed
correct links to backends in main module description
1 parent 0f195ea commit 561ba27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotters/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ pub fn register_font(
753753
Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate.
754754
Use the following link to find the backend code:
755755
756-
- [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git)
757-
- [SVG Backend](https://github.com/plotters-rs/plotters-svg.git)
756+
- [Bitmap Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-bitmap)
757+
- [SVG Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-svg)
758758
- [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git)
759759
- [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)
760760

0 commit comments

Comments
 (0)