diff options
| author | Christopher Hiller <boneskull@boneskull.com> | 2017-12-02 14:21:45 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-12-02 22:43:48 -0800 |
| commit | b31c2ea7480a816bd909f841972f228d09242821 (patch) | |
| tree | dfacfd558ca5135eaefe7bd65c1ae2987af7d1ea | |
| parent | 93978bcd254f44c68af6f70561b9b08c1e97bb26 (diff) | |
fix markdown-styled link in design_guide.rst
| -rw-r--r-- | docs/design_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst index a3c22a086..7d20a8261 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -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 |
