Fixes erroneous redirect for a Network v2-ext folder - it doesn't exist
Change-Id: I4e4a3d486a1d7120785839017e26eb8e36aaf224
This commit is contained in:
parent
1b0b6b1458
commit
2abcf0aaac
@ -31,7 +31,9 @@ redirect 301 /api-ref-image-v1.html /api-ref/image/index.html
|
||||
redirect 301 /api-ref-image-v2.html /api-ref/image/index.html
|
||||
# Redirect WADL-based Networking API docs to in-tree docs
|
||||
redirect 301 /api-ref-networking-v2.html /api-ref/networking/v2/index.html
|
||||
redirect 301 /api-ref-networking-v2-ext.html /api-ref/networking/v2-ext/index.html
|
||||
redirect 301 /api-ref-networking-v2-ext.html /api-ref/networking/v2/index.html
|
||||
# Redirect Networking extensions to landing
|
||||
redirect 301 /api-ref/networking/v2-ext/ /api-ref/networking/index.html
|
||||
# Redirect WADL-based Object Storage API docs to in-tree docs
|
||||
redirect 301 /api-ref-objectstorage-v1.html /api-ref/object-storage/index.html
|
||||
# Redirect Orchestration API
|
||||
|
Loading…
Reference in New Issue
Block a user