Skip to content

Commit 77d7aa4

Browse files
committed
Updated docs link, updated python docs link, updated setup.py
1 parent 5bf3a7e commit 77d7aa4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Introduction
33

44

55
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-funhouse/badge/?version=latest
6-
:target: https://circuitpython.readthedocs.io/projects/funhouse/en/latest/
6+
:target: https://docs.circuitpython.org/projects/funhouse/en/latest/
77
:alt: Documentation Status
88

99

@@ -142,7 +142,7 @@ Usage Example
142142
Documentation
143143
=============
144144

145-
API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>`_.
145+
API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/funhouse/en/latest/>`_.
146146

147147
Contributing
148148
============

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
intersphinx_mapping = {
4040
"python": ("https://docs.python.org/3.8", None),
41-
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
41+
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
4242
}
4343

4444
# Show the docstring from both the class and its __init__() method.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Table of Contents
5353
:caption: Other Links
5454

5555
Download <https://github.com/adafruit/Adafruit_CircuitPython_FunHouse/releases/latest>
56-
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
56+
CircuitPython Reference Documentation <https://docs.circuitpython.org>
5757
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
5858
Discord Chat <https://adafru.it/discord>
5959
Adafruit Learning System <https://learn.adafruit.com>

0 commit comments

Comments
 (0)