Skip to content

Commit ffc5bd3

Browse files
committed
correct links to backends in main module description
1 parent c63248e commit ffc5bd3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plotters/src/lib.rs

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

0 commit comments

Comments
 (0)