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
This commit is contained in:
Jeremy Stanley 2018-09-04 17:16:19 +00:00
parent 757fca8c47
commit b506aef836
2 changed files with 2 additions and 1 deletions

1
www/.htaccess Normal file
View File

@ -0,0 +1 @@
redirectmatch 302 ^/start(/)?$ /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/start" class="button">Get Started</a>
</header>
</div>
</section>