summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-22 10:03:37 -0400
committerAndreas Jaeger <aj@suse.com>2017-06-23 11:57:39 +0200
commit0ddda620dc957d47f1afe24707ddb06e98c44ca6 (patch)
tree71b2e5acd758ba50ec8afd9895b534f7f15dc68c /README.rst
parente7807bc0ed13cb878dc3137f8e4d5a03b348f9e8 (diff)
downloadpython-openstackclient-0ddda620dc957d47f1afe24707ddb06e98c44ca6.tar.gz
update the docs URLs in the readme
Change-Id: Id1168e1003f62e08d2da338cb1b81bc2b7547bfc Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 86f6be13..deca0669 100644
--- a/README.rst
+++ b/README.rst
@@ -39,14 +39,14 @@ language to describe operations in OpenStack.
* License: Apache 2.0
.. _PyPi: https://pypi.python.org/pypi/python-openstackclient
-.. _Online Documentation: http://docs.openstack.org/developer/python-openstackclient/
+.. _Online Documentation: http://docs.openstack.org/python-openstackclient/
.. _Launchpad project: https://launchpad.net/python-openstackclient
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
.. _Bugs: https://bugs.launchpad.net/python-openstackclient
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
.. _Developer: http://docs.openstack.org/project-team-guide/project-setup/python.html
.. _Contributing: http://docs.openstack.org/infra/manual/developers.html
-.. _Testing: http://docs.openstack.org/developer/python-openstackclient/developing.html#testing
+.. _Testing: http://docs.openstack.org/python-openstackclient/developing.html#testing
Getting Started
===============
@@ -79,7 +79,7 @@ Configuration
=============
The CLI is configured via environment variables and command-line
-options as listed in http://docs.openstack.org/developer/python-openstackclient/authentication.html.
+options as listed in http://docs.openstack.org/python-openstackclient/authentication.html.
Authentication using username/password is most commonly used::