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

Commit

Permalink
improve tutorial redirection (#12607)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham authored and indhub committed Sep 20, 2018
1 parent 3401e6e commit ba993d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build_version_doc/artifacts/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RewriteRule ^versions/[^\/]+/community/.*$ /community/ [R=301,L]
RewriteRule ^versions/[^\/]+/faq/.*$ /faq/ [R=301,L]
RewriteRule ^versions/[^\/]+/gluon/.*$ /gluon/ [R=301,L]
RewriteRule ^versions/[^\/]+/install/.*$ /install/ [R=301,L]
RewriteRule ^versions/[^\/]+/tutorials/.*$ /tutorials/ [R=301,L]
RewriteRule ^versions/[^\/]+/tutorials/(.*)$ /tutorials/$1 [R=301,L]

# Redirect navbar APIs that did not exist
RewriteRule ^versions/0.11.0/api/python/contrib/onnx.html /error/api.html [R=301,L]
Expand Down

0 comments on commit ba993d1

Please sign in to comment.