From b19538b43c839e956e5e8c88f42ccb5830ee4bc8 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Sun, 15 Jan 2017 22:59:38 +0100 Subject: [PATCH] Quick fix for formatting of bbb_gpio.markdown Fix formatting of link to function as a proper link. --- source/_components/bbb_gpio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/bbb_gpio.markdown b/source/_components/bbb_gpio.markdown index 96ee54010ee..fc5142b2527 100644 --- a/source/_components/bbb_gpio.markdown +++ b/source/_components/bbb_gpio.markdown @@ -12,5 +12,5 @@ ha_category: DIY ha_release: 0.36 --- -The `bbb_gpio` component is the base for all [BeagleBone Black][https://beagleboard.org/black] related GPIO platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages. +The `bbb_gpio` component is the base for all [BeagleBone Black](https://beagleboard.org/black) related GPIO platforms in Home Assistant. There is no setup needed for the component itself, for the platforms please check their corresponding pages.