docs: Replacing underscores with dashes

Not the first time we've done this [1]. Probably not the last.

[1] I5c99ff6b04ee97bac210a0d6762015225775c5ee

Change-Id: I9fc70df93af73b56ac9155d8d402b153d2af9f4e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-10-01 11:31:43 +01:00
parent da207cc2be
commit c3d776d639
4 changed files with 3 additions and 1 deletions

View File

@ -76,3 +76,4 @@ redirectmatch 301 ^/nova/([^/]+)/vmstates.html$ /nova/$1/reference/vm-states.htm
redirectmatch 301 ^/nova/([^/]+)/wsgi.html$ /nova/$1/user/wsgi.html
redirectmatch 301 ^/nova/([^/]+)/admin/adv-config.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/system-admin.html$ /nova/$1/admin/index.html
redirectmatch 301 ^/nova/([^/]+)/admin/port_with_resource_request.html$ /nova/$1/admin/ports-with-resource-requests.html

View File

@ -124,7 +124,7 @@ instance for these kind of workloads.
huge-pages
virtual-gpu
file-backed-memory
port_with_resource_request
ports-with-resource-requests
virtual-persistent-memory

View File

@ -76,3 +76,4 @@
/nova/latest/wsgi.html 301 /nova/latest/user/wsgi.html
/nova/latest/admin/adv-config.html 301 /nova/latest/admin/index.html
/nova/latest/admin/system-admin.html 301 /nova/latest/admin/index.html
/nova/latest/admin/port_with_resource_request.html 301 /nova/latest/admin/ports-with-resource-requests.html