From b506aef83677282882bc8959acb4443976586e0c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 4 Sep 2018 17:16:19 +0000 Subject: [PATCH] Add a "start" redirect In support of print media (slides and brochures) use a short "start" URL which currently redirects to the ZFS tutorial but can also be repointed wherever we like if something better comes along. Update the Get Started button on the index page to use this URL so we don't need to change it in two places. Change-Id: I0edd947ace425dd5bd009f9055b269dbbbec9d30 --- www/.htaccess | 1 + www/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 www/.htaccess diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..1f98823 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1 @@ +redirectmatch 302 ^/start(/)?$ /docs/zuul/admin/zuul-from-scratch.html diff --git a/www/index.html b/www/index.html index 46623ba..b5d2c56 100644 --- a/www/index.html +++ b/www/index.html @@ -130,7 +130,7 @@

Ready to explore Zuul?

- Get Started + Get Started