diff --git a/source/_posts/2021-08-04-release-20218.markdown b/source/_posts/2021-08-04-release-20218.markdown
index 08ecff6b421..b682d00a74d 100644
--- a/source/_posts/2021-08-04-release-20218.markdown
+++ b/source/_posts/2021-08-04-release-20218.markdown
@@ -72,7 +72,7 @@ Screenshot of the new energy dashboard.
-Screenshot of power usage card on the energy dashboard.
+Screenshot of the usage card on the energy dashboard.
## Siren
@@ -112,7 +112,7 @@ Some new features landed for script, automations and templates this release.
### This
When an automation or script is triggered to run, a new variable is available:
-`this`. This variable contains the [state object](docs/configurationstate_object)
+`this`. This variable contains the [state object](/docs/configuration/state_object/)
of the automation or script running and allows you to access information about
the automation directly. Thanks, [@r-t-s]!