summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-03-06 16:54:13 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-03-06 16:54:13 -0800
commitf16619ad3cc8d19d739902632d52628b43dcf390 (patch)
tree26a2eefd33a14fc9125935de345e0d4c01f33b55 /conf.py
parent892d5cda63fbee051b88db3d9cc8e4ba8555cb96 (diff)
Update driver links including categories!
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index cb46b13a5..7353ad038 100644
--- a/conf.py
+++ b/conf.py
@@ -334,5 +334,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {"cpython": ('https://docs.python.org/3/', None),
- "bus_device": ('https://circuitpython.readthedocs.io/projects/bus_device/en/latest/', None),
+ "bus_device": ('https://circuitpython.readthedocs.io/projects/busdevice/en/latest/', None),
"register": ('https://circuitpython.readthedocs.io/projects/register/en/latest/', None)}