forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET-250] CSS and .htaccess fix (apache#10286)
* css_and_install_fixes * fixed the broken installation page * copy install index.html fix to 1.1.0 and master versions * fixed install.md * fixed variable definition and install copy logic * added .htaccess and updated .htaccess copy to root folder * copy .htaccess to root folder * updated update_all_version.sh * fixed renaming of the function call * reverted back AddVersion.py from master * removed duplicate master being appended * commented out AddPackageLink.py to fix the master install page issue * removed commented out lines and not required
- Loading branch information
1 parent
dc22b99
commit ed5af91
Showing
5 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
RewriteEngine on | ||
RewriteRule ^get_started/why_mxnet.html$ /faq/why_mxnet.html [R=301,L] | ||
RewriteRule ^get_started.*$ /install/ [R=301,L] | ||
RewriteRule ^how_to.*$ /faq/ [R=301,L] | ||
RewriteRule ^api/python/symbol.html$ /api/python/symbol/symbol.html [R=301,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters