Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed Jul 19, 2020
1 parent 049b0aa commit 82d6ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/static_site/src/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82d6ac6

Please sign in to comment.