summaryrefslogtreecommitdiff
path: root/docs/library
diff options
context:
space:
mode:
authorAndy Piper <andypiperuk@gmail.com>2023-06-18 22:10:13 +0100
committerDamien George <damien@micropython.org>2023-09-01 13:56:34 +1000
commit845d0c79ff798b4524c463be78c769b96528d01c (patch)
tree2e4cd602eefebfe28d724f7e23c8a7457f213d5f /docs/library
parent141750ff7924cbf4b023e8b0c5715c5d7ae970b7 (diff)
docs/library/neopixel: Change link to a micropython-lib reference.
Signed-off-by: Andy Piper <andypiperuk@gmail.com>
Diffstat (limited to 'docs/library')
-rw-r--r--docs/library/neopixel.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst
index 543f25881..edcbc9345 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
- <https://raw.githubusercontent.com/micropython/micropython-lib/master/micropython/drivers/led/neopixel/neopixel.py>`_
- and copy it to the filesystem.
+ directly from :term:`micropython-lib` and copy it to the filesystem.
class NeoPixel
--------------