From 3382d4ad936bc491177a5a2356decff5c141b23b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 18 May 2020 14:45:42 +0200 Subject: [PATCH] Redirect /demo to demo page, remove old pages (#13502) --- source/_redirects | 3 +++ source/demo/index.html | 13 ------------- source/docs/index.markdown | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 source/demo/index.html 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).