From 845d0c79ff798b4524c463be78c769b96528d01c Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Sun, 18 Jun 2023 22:10:13 +0100 Subject: [PATCH] docs/library/neopixel: Change link to a micropython-lib reference. Signed-off-by: Andy Piper --- docs/library/neopixel.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst index 543f258812..edcbc9345c 100644 --- a/docs/library/neopixel.rst +++ b/docs/library/neopixel.rst @@ -9,9 +9,7 @@ This module provides a driver for WS2818 / NeoPixel LEDs. .. note:: This module is only included by default on the ESP8266, ESP32 and RP2 ports. On STM32 / Pyboard and others, you can either install the ``neopixel`` package using :term:`mip`, or you can download the module - directly from - `_ - and copy it to the filesystem. + directly from :term:`micropython-lib` and copy it to the filesystem. class NeoPixel --------------