Skip to content

Commit 88e6c82

Browse files
committed
Fixed intersphinx link
1 parent 22e3b1e commit 88e6c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
intersphinx_mapping = {
2525
"python": ("https://docs.python.org/3.4", None),
2626
"BusDevice": (
27-
"https://circuitpython.readthedocs.io/projects/bus_device/en/latest/",
27+
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
2828
None,
2929
),
3030
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),

0 commit comments

Comments
 (0)