Skip to content

Commit

Permalink
Add correct redirect for Ironic install guide
Browse files Browse the repository at this point in the history
Fixes broken redirect for Ironic install guide.

Closes-Bug: 1323712
Change-Id: Ifb9106749793f9f5556cc105c2a227c15fbb0364
  • Loading branch information
jimrollenhagen committed Aug 26, 2014
1 parent fff7084 commit 4b5c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ redirectmatch 301 (.*)//(.*) $1/$2
redirect 301 /arc/OpenStackArchitectureDesignGuide.epub /arch/OpenStackArchitectureDesignGuide.epub

# Redirect renamed ironic developer doc directories
redirect 301 /developer/ironic/install/ /developer/ironic/deploy/
redirect 301 /developer/ironic/install/ironic-install.html /developer/ironic/deploy/install-guide.html
redirect 301 /developer/ironic/dev/api-spec-v1.html /developer/ironic/webapi/v1.html

0 comments on commit 4b5c285

Please sign in to comment.