Skip to content

Commit b31c2ea

Browse files
boneskulltannewt
authored andcommitted
fix markdown-styled link in design_guide.rst
1 parent 93978bc commit b31c2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Renders as:
235235
Use BusDevice
236236
--------------------------------------------------------------------------------
237237

238-
[BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice) is an
238+
`BusDevice <https://github.com/adafruit/Adafruit_CircuitPython_BusDevice>`_ is an
239239
awesome foundational library that manages talking on a shared I2C or SPI device
240240
for you. The devices manage locking which ensures that a transfer is done as a
241241
single unit despite CircuitPython internals and, in the future, other Python

0 commit comments

Comments
 (0)