Update the doc link

Change-Id: I20ac42f44ebaef8cbcb5d4beda0d4365a45c64f1
This commit is contained in:
Chaolei Li 2017-11-08 21:23:52 +08:00
parent a54083d503
commit 1c9a933686
3 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
Congress style commandments
===========================
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -20,4 +20,4 @@ Then run ``tox`` with the debug environment as one of the following::
tox -e debug test_file_name.TestClass.test_name
For more information see the `oslotest documentation
<https://docs.openstack.org/developer/oslotest/features.html#debugging-with-oslo-debug-helper>`_.
<https://docs.openstack.org/oslotest/latest/user/features.html#debugging-with-oslo-debug-helper>`_.

View File

@ -198,7 +198,7 @@ Set up Congress accounts
Create the Congress Service Endpoint
Endpoint creation differs based upon the Identity version. Please see the `endpoint <https://docs.openstack.org/developer/python-openstackclient/command-objects/endpoint.html>`_ documentation for details.
Endpoint creation differs based upon the Identity version. Please see the `endpoint <https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/endpoint.html>`_ documentation for details.
.. code-block:: console