diff options
| author | Kattni <kattni@adafruit.com> | 2018-03-06 21:41:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-06 21:41:47 -0500 |
| commit | 402e71dcddfa30e140e506f500b832463bf685ca (patch) | |
| tree | 3ee082d3cf0c8876df5674dec89ad1606d95d89c /conf.py | |
| parent | 15b8455cc4711981f470332a85b2bab6670944db (diff) | |
| parent | 4f55205bf5e4dcdaf8bce3e34b1f0145fe5aa535 (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)} |
