From b31c2ea7480a816bd909f841972f228d09242821 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sat, 2 Dec 2017 14:21:45 -0800 Subject: fix markdown-styled link in design_guide.rst --- docs/design_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ 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 -- cgit v1.2.3