configuration: Fix broken link (#2128)
The linked URL did not have a leading '/' therefore it resolved into a 404 error. Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
This commit is contained in:
parent
f6a3d54531
commit
876d75d45c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sensor:
|
||||||
- platform: random
|
- platform: random
|
||||||
```
|
```
|
||||||
|
|
||||||
The [Setting up devices part](/docs/configuration/devices/) contains of the documentation additional details about adding device and services and [customization](docs/configuration/customizing-devices/).
|
The [Setting up devices part](/docs/configuration/devices/) contains of the documentation additional details about adding device and services and [customization](/docs/configuration/customizing-devices/).
|
||||||
|
|
||||||
For further details about configuration, please take a look at the [configuration documentation](/docs/configuration/).
|
For further details about configuration, please take a look at the [configuration documentation](/docs/configuration/).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue