From 60a7ead71a5a05807601dd15e00b93b2ba132224 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 10 May 2019 17:21:23 +0200 Subject: [PATCH] Fix links. --- source/_docs/scripts/conditions.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/scripts/conditions.markdown b/source/_docs/scripts/conditions.markdown index 5f9848af2de..f44b97ebebf 100644 --- a/source/_docs/scripts/conditions.markdown +++ b/source/_docs/scripts/conditions.markdown @@ -139,6 +139,7 @@ condition: #### {% linkable_title Sun elevation condition %} The sun elevation can be used to test if the sun has set or risen, it is dusk, it is night etc. when a trigger occurs. For an in depth explanation of sun elevation see [sun elevation trigger][sun_elevation_trigger]. + [sun_elevation_trigger]: /docs/automation/trigger/#sun-elevation-trigger ```yaml @@ -159,6 +160,7 @@ condition: #### {% linkable_title Sunset/sunrise condition %} The sun condition can also test if the sun has already set or risen when a trigger occurs. The `before` and `after` keys can only be set to `sunset` or `sunrise`. They have a corresponding optional offset value (`before_offset`, `after_offset`) that can be added, similar to the [sun trigger][sun_trigger]. + [sun_trigger]: /docs/automation/trigger/#sun-trigger