Skip to content

Commit ca0f092

Browse files
committed
Updated docs link, updated python docs link, updated setup.py
1 parent 1df9757 commit ca0f092

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Adafruit CircuitPython Library Bundle
22
=======================================
33

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

88
.. image:: https://img.shields.io/discord/327254708534116352.svg

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# autodoc_mock_imports = ["digitalio", "busio"]
2929

3030

31-
intersphinx_mapping = {"python": ("https://docs.python.org/3.4", None)}
31+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
3232

3333
# Add any paths that contain templates here, relative to this directory.
3434
templates_path = ["_templates"]

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Table of Contents
1919
:caption: Other Links
2020

2121
Download <https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest>
22-
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
22+
CircuitPython Reference Documentation <https://docs.circuitpython.org>
2323
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
2424
Discord Chat <https://adafru.it/discord>
2525
Adafruit Learning System <https://learn.adafruit.com>

0 commit comments

Comments
 (0)