summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-12-05 03:30:39 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-02-05 17:56:32 +0000
commit93626a0a64375aa36dc6de38104f4ff617c0422a (patch)
tree5a95ea497731c8c3e4185321a0dba932f2ea5d51 /README.rst
parent6f2be1341d44687b5d3d294e6a59ab4dd3a190ab (diff)
downloadpython-keystoneclient-93626a0a64375aa36dc6de38104f4ff617c0422a.tar.gz
Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the OpenStack Project Infrastructure Manual. Change-Id: I5b4f7bc5268132b129fc56c919af00d7f9600c9f
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 153b500..e0b0739 100644
--- a/README.rst
+++ b/README.rst
@@ -6,8 +6,8 @@ There's a Python API (the ``keystoneclient`` module), and a command-line script
(``keystone``).
Development takes place via the usual OpenStack processes as outlined in the
-`OpenStack wiki <http://wiki.openstack.org/HowToContribute>`_. The master
-repository is on `GitHub <http://github.com/openstack/python-keystoneclient>`_.
+`developer guide <http://docs.openstack.org/infra/manual/developers.html>`_. The master
+repository is in `Git <http://git.openstack.org/cgit/openstack/python-keystoneclient>`_.
This code is a fork of `Rackspace's python-novaclient
<http://github.com/rackspace/python-novaclient>`_ which is in turn a fork of