Fix FastLED links

This commit is contained in:
Otto Winter 2018-05-16 19:46:21 +02:00
parent 9bb7955599
commit 850272f99d
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ The ``fastled_clockless`` light platform allows you to create RGB lights
in esphomelib for a `number of supported chipsets <#supported-chipsets>`__.
Clockless FastLED lights differ from the
`FastLED SPI lights </esphomeyaml/components/fastled_spi.html>`__ in that they only have
`FastLED SPI lights </esphomeyaml/components/light/fastled_spi.html>`__ in that they only have
a single data wire to connect, and not separate data and clock wires.
|image0|

View File

@ -5,7 +5,7 @@ The ``fastled_spi`` light platform allows you to create RGB lights
in esphomelib for a `number of supported chipsets <#supported-chipsets>`__.
SPI FastLED lights differ from the
`FastLED Clockless lights </esphomeyaml/components/fastled_clockless.html>`__ in that they require
`FastLED Clockless lights </esphomeyaml/components/light/fastled_clockless.html>`__ in that they require
two pins to be connected, one for a data and one for a clock signal whereas the clockless lights
only need a single pin.