From e50622cb40522a58d133d6aadb1cbd77345fcb92 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Mon, 14 Oct 2024 15:09:12 +0100 Subject: [PATCH] fix link typo --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 4c43b4b..4c39a98 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -230,7 +230,7 @@ PicoGraphics is a wrapper around a big ol' chunk of RAM, which corresponds to th ## Basic Drawing Functions -Since there are many, many things you can do with PicoGraphics that would be silly to repeat here, I'll send you over to our main MicroPython repository for [a full PicoGraphics function reference.][https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/picographics/README.md#function-reference] +Since there are many, many things you can do with PicoGraphics that would be silly to repeat here, I'll send you over to our main MicroPython repository for [a full PicoGraphics function reference][https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/modules/picographics/README.md#function-reference] ## Changing The Display Mode