summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKattni <kattni@adafruit.com>2018-03-06 21:41:47 -0500
committerGitHub <noreply@github.com>2018-03-06 21:41:47 -0500
commit402e71dcddfa30e140e506f500b832463bf685ca (patch)
tree3ee082d3cf0c8876df5674dec89ad1606d95d89c /conf.py
parent15b8455cc4711981f470332a85b2bab6670944db (diff)
parent4f55205bf5e4dcdaf8bce3e34b1f0145fe5aa535 (diff)
Merge pull request #659 from tannewt/driver_page_update
Update driver links (for 3.x) 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 df0ea0a1c..eb4b1490f 100644
--- a/conf.py
+++ b/conf.py
@@ -342,5 +342,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)}