From c3d776d63984e68f8bda3259e4e7064b1ee3cd00 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 1 Oct 2019 11:31:43 +0100 Subject: [PATCH] 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 --- doc/source/_extra/.htaccess | 1 + doc/source/admin/index.rst | 2 +- ...th_resource_request.rst => ports-with-resource-requests.rst} | 0 doc/test/redirect-tests.txt | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) rename doc/source/admin/{port_with_resource_request.rst => ports-with-resource-requests.rst} (100%) diff --git a/doc/source/_extra/.htaccess b/doc/source/_extra/.htaccess index d75ede41e267..252c414f41fe 100644 --- a/doc/source/_extra/.htaccess +++ b/doc/source/_extra/.htaccess @@ -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 diff --git a/doc/source/admin/index.rst b/doc/source/admin/index.rst index 408a9f1af5b8..e3e8e039e848 100644 --- a/doc/source/admin/index.rst +++ b/doc/source/admin/index.rst @@ -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 diff --git a/doc/source/admin/port_with_resource_request.rst b/doc/source/admin/ports-with-resource-requests.rst similarity index 100% rename from doc/source/admin/port_with_resource_request.rst rename to doc/source/admin/ports-with-resource-requests.rst diff --git a/doc/test/redirect-tests.txt b/doc/test/redirect-tests.txt index e55604f501f1..425fed542cad 100644 --- a/doc/test/redirect-tests.txt +++ b/doc/test/redirect-tests.txt @@ -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