Merge "Add a "start" redirect"

This commit is contained in:
Zuul 2018-09-22 15:53:54 +00:00 committed by Gerrit Code Review
commit 7503d1213a
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

@ -136,7 +136,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>