From 82d6ac67db773fd5de049a68c03fe9ceb65a8096 Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Sun, 19 Jul 2020 16:46:34 -0700 Subject: [PATCH] update test code --- docs/static_site/src/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static_site/src/.htaccess b/docs/static_site/src/.htaccess index 813cd17a19ca..9cac2b012ff6 100644 --- a/docs/static_site/src/.htaccess +++ b/docs/static_site/src/.htaccess @@ -27,7 +27,7 @@ RewriteCond %{REQUEST_URI} ^/versions/1.1.0/community/contribute.html$ # RewriteCond %{REQUEST_URI} !^/versions/ RewriteCond %{HTTP_REFERER} !mxnet.apache.org RewriteCond %{HTTP_REFERER} !mxnet.incubator.apache.org -Rewriterule ^(.*)$ /versions/1.6/community/contribute.html [r=307,L] +Rewriterule ^(.*)$ /versions/1.6/$1 [r=307,L] # Rewriterule ^(.*)$ /versions/1.6/$1 [r=307,L] # TODO temporary fix for issue #18604