From 5e9a4277d0668fb3b80b35888e6833d4fc6f07c6 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 17 Mar 2024 17:36:38 +0100 Subject: [PATCH] Fix links in doc comments --- showbits-thermal-printer/src/printer.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/showbits-thermal-printer/src/printer.rs b/showbits-thermal-printer/src/printer.rs index abc5030..0313ba6 100644 --- a/showbits-thermal-printer/src/printer.rs +++ b/showbits-thermal-printer/src/printer.rs @@ -18,8 +18,8 @@ impl Printer { /// Experimentation has determined that the printer uses PC437 and the page /// code can't be changed. /// - /// https://en.wikipedia.org/wiki/Code_page_437 - /// https://download4.epson.biz/sec_pubs/pos/reference_en/charcode/page_00.html + /// + /// const PAGE_CODE: PageCode = PageCode::PC437; /// Width of the printable area in pixels. @@ -95,7 +95,7 @@ impl Printer { /// amount of data it can handle. In-between chunks, the paper is not moved, /// meaning that chunks connect to each other seamlessly. /// - /// https://download4.epson.biz/sec_pubs/pos/reference_en/escpos/gs_lv_0.html + /// fn print_image_to_printer( printer: &mut EPrinter, image: &RgbaImage,