diff --git a/source/_posts/2020-02-19-community-highlights.markdown b/source/_posts/2020-02-19-community-highlights.markdown index bd692f93ce3..f3ffe84844a 100644 --- a/source/_posts/2020-02-19-community-highlights.markdown +++ b/source/_posts/2020-02-19-community-highlights.markdown @@ -66,7 +66,7 @@ mysql -D homeassistant -e "SELECT entity_id, state, last_updated FROM states LIM ## Beta time! -Today we are releasing the first beta of Home Assistant Core 0.106. It is packed with awesome features. For a sneak peek of what is coming, check the [beta release notes](https://rc.home-assistant.io/latest-release-notes/). +Today we are releasing the first beta of Home Assistant Core 0.106. It is packed with awesome features. For a sneak peek of what is coming, check the [beta release notes](/blog/2020/02/26/release-106/). I'm personally most excited about the extended safe mode. It will guarantee that the frontend will always load, no matter how broken your configuration is. diff --git a/source/_posts/2020-03-15-community-highlights.markdown b/source/_posts/2020-03-15-community-highlights.markdown index b3282669102..e57486289bd 100644 --- a/source/_posts/2020-03-15-community-highlights.markdown +++ b/source/_posts/2020-03-15-community-highlights.markdown @@ -34,7 +34,7 @@ setup has a total of 5 Home Assistant instances, controlling 7x marine aquariums Those are some big views Kevin! I bet you will be happy with the new Lovelace features that are coming in Home Assistant Core 0.107. It will help you to trim down that a bit, into multiple Lovelace Dashboards (now in -[beta, sneak peak?](https://rc.home-assistant.io/latest-release-notes/)). +[beta, sneak peak?](/blog/2020/03/18/release-107/)). [Click here to check out Kevin's post on our Facebook group.](https://www.facebook.com/groups/HomeAssistant/permalink/2597624533842234/) diff --git a/source/_redirects b/source/_redirects index 470319116fb..178f91611d8 100644 --- a/source/_redirects +++ b/source/_redirects @@ -1,5 +1,10 @@ +--- +layout: null +--- + # These redirects are handled by Netlify # +{% assign recent_release_post = site.categories['Core'].first %} # General use redirects /join-chat https://discord.gg/home-assistant @@ -12,6 +17,9 @@ /issues https://github.com/home-assistant/core/issues /community https://community.home-assistant.io/ +# Link to latest release note +/latest-release-notes/ {{ recent_release_post.url }}{{ site.patch_version_notes }} 302! + # Matter workshop June 2022 /skyconnect-interest https://docs.google.com/forms/d/e/1FAIpQLScEjHSBJszUZfgO3MIDO51IHr3Oeohcs8BLpRIjY1liJ58IpA/viewform?usp=sf_link diff --git a/source/index.html b/source/index.html index 6f3b6c90f56..146a16a7f67 100644 --- a/source/index.html +++ b/source/index.html @@ -6,6 +6,7 @@ is_homepage: true regenerate: true feedback: false --- +{% assign recent_release_post = site.categories['Core'].first %}
@@ -21,7 +22,7 @@ feedback: false >
@@ -266,4 +267,4 @@ feedback: false
- + \ No newline at end of file diff --git a/source/latest-release-notes/index.html b/source/latest-release-notes/index.html deleted file mode 100644 index 21b3ebd2446..00000000000 --- a/source/latest-release-notes/index.html +++ /dev/null @@ -1,7 +0,0 @@ ---- ---- -{% assign recent_release_post = site.categories['Core'].first %} - -