Make link to PushBullet Component Absolute (#647)
As of now, the link tries to go to a deep subdirectory of the documentation. Making it an absolute link will make it work on the built documentation on the site. Neither way currently works in github, but I doubt that's the goal.
This commit is contained in:
parent
55d448fb96
commit
a0c4d4bf45
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ automation:
|
||||||
|
|
||||||
#### {% linkable_title Send sun rise/sun set notifications %}
|
#### {% linkable_title Send sun rise/sun set notifications %}
|
||||||
|
|
||||||
Notifications send through [PushBullet](components/notify.pushbullet/) when the sun state is changed.
|
Notifications send through [PushBullet](/components/notify.pushbullet/) when the sun state is changed.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue