From 84afd125890f8e842fd119e1b39409bc775c3ba3 Mon Sep 17 00:00:00 2001 From: zhufl Date: Fri, 10 May 2019 16:52:33 +0800 Subject: [PATCH] Change some URLs to point to better targets This is to change some URLs to point to better or more accurate targets. Change-Id: I1d450ba8bd2271a69f9380cc4d2b36ae3eefe09a --- api-guide/source/faults.rst | 2 +- doc/source/contributor/code-review.rst | 2 +- doc/source/contributor/development-environment.rst | 2 +- doc/source/contributor/testing/serial-console.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst index 88d0cca5f9c8..1ab13ced6317 100644 --- a/api-guide/source/faults.rst +++ b/api-guide/source/faults.rst @@ -167,7 +167,7 @@ depending on the type of error. The following link contains a list of possible elements along with their associated error codes. For more information on possible error code, please see: -http://specs.openstack.org/openstack/api-wg/guidelines/http.html#http-response-codes +http://specs.openstack.org/openstack/api-wg/guidelines/http/response-codes.html Asynchronous faults =================== diff --git a/doc/source/contributor/code-review.rst b/doc/source/contributor/code-review.rst index d89f033eb589..8ce8e05524bc 100644 --- a/doc/source/contributor/code-review.rst +++ b/doc/source/contributor/code-review.rst @@ -111,7 +111,7 @@ very long. So here are some key points: * The field names contained in a request/response body should use snake_case style, not CamelCase or Mixed_Case style. -* `HTTP Response Codes `_ +* `HTTP Response Codes `_ * Synchronous resource creation: ``201 Created`` * Asynchronous resource creation: ``202 Accepted`` diff --git a/doc/source/contributor/development-environment.rst b/doc/source/contributor/development-environment.rst index e3e5b474b0cb..3d676c0a8dbf 100755 --- a/doc/source/contributor/development-environment.rst +++ b/doc/source/contributor/development-environment.rst @@ -157,7 +157,7 @@ Running unit tests See `Running Python Unit Tests`_. -.. _`Running Python Unit Tests`: http://docs.openstack.org/infra/manual/python.html#running-python-unit-tests +.. _`Running Python Unit Tests`: https://docs.openstack.org/project-team-guide/project-setup/python.html#running-python-unit-tests Note that some unit and functional tests use a database. See the file ``tools/test-setup.sh`` on how the databases are set up in the diff --git a/doc/source/contributor/testing/serial-console.rst b/doc/source/contributor/testing/serial-console.rst index eb97efa0ca5e..b555f32f2965 100644 --- a/doc/source/contributor/testing/serial-console.rst +++ b/doc/source/contributor/testing/serial-console.rst @@ -13,7 +13,7 @@ Setting up a devstack environment For instructions on how to setup devstack with serial console support enabled see `this guide -`_. +`_. --------------- Testing the API