diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst index 88d0cca5f9..1ab13ced63 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 d89f033eb5..8ce8e05524 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 e3e5b474b0..3d676c0a8d 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 eb97efa0ca..b555f32f29 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