Skip to content

Commit ad3baf5

Browse files
committed
Updated docs link, updated python docs link, updated setup.py
1 parent 97b1de7 commit ad3baf5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

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

44
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-monsterm4sk/badge/?version=latest
5-
:target: https://circuitpython.readthedocs.io/projects/monsterm4sk/en/latest/
5+
:target: https://docs.circuitpython.org/projects/monsterm4sk/en/latest/
66
:alt: Documentation Status
77

88
.. image:: https://img.shields.io/discord/327254708534116352.svg
@@ -74,7 +74,7 @@ Usage Example
7474
Documentation
7575
=============
7676

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

7979
Contributing
8080
============

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@
3838

3939

4040
intersphinx_mapping = {
41-
"python": ("https://docs.python.org/3.4", None),
41+
"python": ("https://docs.python.org/3", None),
4242
"BusDevice": (
43-
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
43+
"https://docs.circuitpython.org/projects/busdevice/en/latest/",
4444
None,
4545
),
4646
"Register": (
47-
"https://circuitpython.readthedocs.io/projects/register/en/latest/",
47+
"https://docs.circuitpython.org/projects/register/en/latest/",
4848
None,
4949
),
50-
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
50+
"CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
5151
}
5252

5353
# 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
@@ -32,7 +32,7 @@ Table of Contents
3232
:caption: Other Links
3333

3434
Download <https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK/releases/latest>
35-
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
35+
CircuitPython Reference Documentation <https://docs.circuitpython.org>
3636
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3737
Discord Chat <https://adafru.it/discord>
3838
Adafruit Learning System <https://learn.adafruit.com>

0 commit comments

Comments
 (0)