From ffc5bd369633841ad1e6fc62e18296c9333986c5 Mon Sep 17 00:00:00 2001 From: Jonas Pleyer Date: Fri, 2 Jan 2026 12:30:42 +0100 Subject: [PATCH] correct links to backends in main module description --- plotters/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plotters/src/lib.rs b/plotters/src/lib.rs index b3731333..21c0b22d 100644 --- a/plotters/src/lib.rs +++ b/plotters/src/lib.rs @@ -754,8 +754,8 @@ pub fn register_font( Since Plotters 0.3, all drawing backends are independent crate from the main Plotters crate. Use the following link to find the backend code: - - [Bitmap Backend](https://github.com/plotters-rs/plotters-bitmap.git) - - [SVG Backend](https://github.com/plotters-rs/plotters-svg.git) + - [Bitmap Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-bitmap) + - [SVG Backend](https://github.com/plotters-rs/plotters/tree/master/plotters-svg) - [HTML5 Canvas Backend](https://github.com/plotters-rs/plotters-canvas.git) - [GTK/Cairo Backend](https://github.com/plotters-rs/plotters-cairo.git)