Add a get-started redirect

In support of print media (slides and brochures) use a short
get-started URL which currently redirects to the ZFS tutorial but
can also be repointed wherever we like if something better comes
along.

Change-Id: I0edd947ace425dd5bd009f9055b269dbbbec9d30
This commit is contained in:
Jeremy Stanley 2018-09-04 17:16:19 +00:00
parent 757fca8c47
commit adf15c2c95
2 changed files with 2 additions and 1 deletions

1
www/.htaccess Normal file
View File

@ -0,0 +1 @@
redirectmatch 302 ^/get-started(/)?$ /docs/zuul/admin/zuul-from-scratch.html

View File

@ -130,7 +130,7 @@
<div class="container">
<header>
<h2>Ready to explore Zuul?</h2>
<a href="https://zuul-ci.org/docs/zuul/admin/zuul-from-scratch.html" class="button">Get Started</a>
<a href="https://zuul-ci.org/get-started" class="button">Get Started</a>
</header>
</div>
</section>