diff --git a/source/_redirects b/source/_redirects index 95164251eb4..25446baced4 100644 --- a/source/_redirects +++ b/source/_redirects @@ -2078,6 +2078,9 @@ /addons/ssh https://github.com/home-assistant/hassio-addons/blob/master/ssh/README.md /addons/tellstick https://github.com/home-assistant/hassio-addons/blob/master/tellstick/README.md +# Redirect old /demo to new demo page +/demo https://demo.home-assistant.io + # Lovelace documentation /lovelace/entity-button /lovelace/button /lovelace/views /lovelace/dashboards-and-views diff --git a/source/demo/index.html b/source/demo/index.html deleted file mode 100644 index 706e2ff746d..00000000000 --- a/source/demo/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Home Assistant Demo - - - - - - - diff --git a/source/docs/index.markdown b/source/docs/index.markdown index 2695c2a6e34..23a0488faf8 100644 --- a/source/docs/index.markdown +++ b/source/docs/index.markdown @@ -46,4 +46,4 @@ The documentation covers beginner to advanced topics around the installation, se
-To see what Home Assistant can do, take a look at the [demo page](/demo). +To see what Home Assistant can do, take a look at the [demo page](https://demo.home-assistant.io).