From 3a109362486dbeb7c0125a5ee183e106f9dacc2a Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 19 Aug 2016 07:29:49 +0900 Subject: [PATCH] Update doc URL Docs team changed URL for search engine optimization. Change-Id: I68e2a5d666da55722d5ee2fa4aec2326c0de0946 --- glanceclient/v2/image_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glanceclient/v2/image_schema.py b/glanceclient/v2/image_schema.py index 1cc2ec8e..d31f0f55 100644 --- a/glanceclient/v2/image_schema.py +++ b/glanceclient/v2/image_schema.py @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -_doc_url = "http://docs.openstack.org/user-guide/common/cli_manage_images.html" # noqa +_doc_url = "http://docs.openstack.org/user-guide/common/cli-manage-images.html" # noqa # NOTE(flaper87): Keep a copy of the current default schema so that # we can react on cases where there's no connection to an OpenStack # deployment. See #1481729