diff --git a/README.rst b/README.rst
index c8c74b2..82762aa 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@ Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-am2320/badge/?version=latest
- :target: https://circuitpython.readthedocs.io/projects/am2320/en/latest/
+ :target: https://docs.circuitpython.org/projects/am2320/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/discord/327254708534116352.svg
@@ -58,7 +58,7 @@ See ``am2320_simpletest.py`` in the examples folder.
Documentation
=============
-API documentation for this library can be found on `Read the Docs `_.
+API documentation for this library can be found on `Read the Docs `_.
Contributing
============
diff --git a/docs/conf.py b/docs/conf.py
index 49f2c97..d13cd7d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,8 +22,8 @@
]
intersphinx_mapping = {
- "python": ("https://docs.python.org/3.4", None),
- "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
+ "python": ("https://docs.python.org/3", None),
+ "CircuitPython": ("https://docs.circuitpython.org/en/latest/", None),
}
# Add any paths that contain templates here, relative to this directory.
diff --git a/docs/index.rst b/docs/index.rst
index b25cd15..66d4036 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -34,7 +34,7 @@ Table of Contents
:caption: Other Links
Download
- CircuitPython Reference Documentation
+ CircuitPython Reference Documentation
CircuitPython Support Forum
Discord Chat
Adafruit Learning System
diff --git a/setup.py b/setup.py
index c9fdea0..92c4330 100644
--- a/setup.py
+++ b/setup.py
@@ -45,8 +45,6 @@
"Topic :: System :: Hardware",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
- "Programming Language :: Python :: 3.5",
],
# What does your project relate to?
keywords="adafruit am2320 temperature humidity hardware micropython circuitpython",