fix markdown-styled link in design_guide.rst

This commit is contained in:
Christopher Hiller 2017-12-02 14:21:45 -08:00 committed by Scott Shawcroft
parent 93978bcd25
commit b31c2ea748
1 changed files with 1 additions and 1 deletions

View File

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