From ceb1a2163367c1a8d5429fbf56ef9c93d448b796 Mon Sep 17 00:00:00 2001 From: Michel van de Wetering Date: Sun, 2 Apr 2023 17:10:58 +0200 Subject: [PATCH] Fix link to Calendar entity documentation page (#1736) --- blog/2023-03-28-calendar_best_practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-03-28-calendar_best_practices.md b/blog/2023-03-28-calendar_best_practices.md index d56b39be..92f16d33 100644 --- a/blog/2023-03-28-calendar_best_practices.md +++ b/blog/2023-03-28-calendar_best_practices.md @@ -14,4 +14,4 @@ In particular, there are now more documented expectations and enforcement of inv - Events returned by `async_get_events` are expected to be returned in order. - All Day events returned by `async_get_events` must be evaluated in the Home Assistant local timezone. That is, an all day event should be ordered as if it starts at midnight in the local time. -The [Calendar Entity developer documentation](docs/core/entity/calendar) has been updated with additional detail. \ No newline at end of file +The [Calendar Entity developer documentation](/docs/core/entity/calendar) has been updated with additional detail.