docs: Add redirects for '/user/aggregates'
These were missed in change If847b0085dbfb4c813d4a8d14d99346f8252bc19. Change-Id: Iad18f355a20261313ddb3dafd302ed66ebca64bc Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
3f3114c94e
commit
93efca826f
@ -64,6 +64,7 @@ redirectmatch 301 ^/nova/([^/]+)/testing/serial-console.html$ /nova/$1/contribut
|
||||
redirectmatch 301 ^/nova/([^/]+)/testing/zero-downtime-upgrade.html$ /nova/$1/contributor/testing/zero-downtime-upgrade.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/threading.html$ /nova/$1/reference/threading.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/upgrade.html$ /nova/$1/user/upgrade.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/user/aggregates.html$ /nova/$1/admin/aggregates.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/user/cellsv2_layout.html$ /nova/$1/user/cellsv2-layout.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/user/config-drive.html$ /nova/$1/user/metadata.html
|
||||
redirectmatch 301 ^/nova/([^/]+)/user/metadata-service.html$ /nova/$1/user/metadata.html
|
||||
|
@ -64,6 +64,7 @@
|
||||
/nova/latest/testing/zero-downtime-upgrade.html 301 /nova/latest/contributor/testing/zero-downtime-upgrade.html
|
||||
/nova/latest/threading.html 301 /nova/latest/reference/threading.html
|
||||
/nova/latest/upgrade.html 301 /nova/latest/user/upgrade.html
|
||||
/nova/latest/user/aggregates.html 301 /nova/latest/admin/aggregates.html
|
||||
/nova/latest/user/cellsv2_layout.html 301 /nova/latest/user/cellsv2-layout.html
|
||||
/nova/latest/user/config-drive.html 301 /nova/latest/user/metadata.html
|
||||
/nova/latest/user/metadata-service.html 301 /nova/latest/user/metadata.html
|
||||
|
Loading…
Reference in New Issue
Block a user