From 9ac4fe57d0ebdca54e5ed091b862b851a4ff5c6c Mon Sep 17 00:00:00 2001 From: lunmay <28674102+lunmay@users.noreply.github.com> Date: Fri, 9 Dec 2022 13:36:42 +0100 Subject: [PATCH] Points to correct /docs URL (#1582) Fix missing slash --- blog/2022-12-01-entity_translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2022-12-01-entity_translations.md b/blog/2022-12-01-entity_translations.md index 6defac68..b7ee69f5 100644 --- a/blog/2022-12-01-entity_translations.md +++ b/blog/2022-12-01-entity_translations.md @@ -31,4 +31,4 @@ The following example `strings.json` is for a Moon domain `sensor` entity with i } ``` -For more details, see the [`translation`](docs/internationalization/core/#state-of-entities) and [`entity`](docs/core/entity#generic-properties) documentation. \ No newline at end of file +For more details, see the [`translation`](/docs/internationalization/core/#state-of-entities) and [`entity`](/docs/core/entity#generic-properties) documentation.