From 27c6935266c24e994425a8e815809908014a6cf8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 10 Oct 2018 07:45:25 -0700 Subject: [PATCH] Switch the "Get Started" button to quick-start The new quick-start docs (which set up all of Zuul in containers) are the best place for a new user to get familiar with Zuul. Depends-On: https://review.openstack.org/609432 Change-Id: I2732b6be347d88578175661a87ddd8164af13d86 --- www/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/.htaccess b/www/.htaccess index 1f98823..1af472c 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1 +1 @@ -redirectmatch 302 ^/start(/)?$ /docs/zuul/admin/zuul-from-scratch.html +redirectmatch 302 ^/start(/)?$ /docs/zuul/admin/quick-start.html