summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2018-11-13 23:28:23 -0600
committersommersoft <sommersoft@gmail.com>2018-11-13 23:28:23 -0600
commita7a66e93992e45a59fd60a1db8e8b436aa3d0eb1 (patch)
tree48b541b04b15e899e342b8b4903133629091bb55
parentb68517fbab09401c3ec3683c7513f317b6b356c3 (diff)
fix led-animation url; it has 2 valid urls...
-rw-r--r--docs/drivers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/drivers.rst b/docs/drivers.rst
index ab1858095..28325b850 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -69,7 +69,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
- LED Animation <https://adafruit-circuitpython-led-animation.readthedoc.io/en/latest/>
+ LED Animation <https://circuitpython.readthedocs.io/projects/led-animation/en/latest/>
Blinky
--------