From 8fbb4b7474fd6544065943742ebf736c249edadf Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 16 Jun 2025 13:47:19 +0100 Subject: [PATCH] DISPLAYS.md: Fix broken link. --- DISPLAYS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DISPLAYS.md b/DISPLAYS.md index e3cc699..a32206d 100644 --- a/DISPLAYS.md +++ b/DISPLAYS.md @@ -131,7 +131,7 @@ simple. See [this doc](./DRIVERS.md#7-writing-device-drivers) for details. [1d]: https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#22-drivers-for-ssd1331 [2d]: https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#21-drivers-for-ssd1351 -[3d]: https://github.com/micropython/micropython/blob/master/drivers/display/ssd1306.py +[3d]: https://github.com/micropython/micropython-lib/blob/master/micropython/drivers/display/ssd1306/ssd1306.py [4d]: https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#31-drivers-for-st7735r [5d]: https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#33-drivers-for-st7789 [6d]: https://github.com/peterhinch/micropython-nano-gui/blob/master/DRIVERS.md#32-drivers-for-ili9341