summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-10 02:52:12 +0000
committerGerrit Code Review <review@openstack.org>2015-02-10 02:52:12 +0000
commit8bb04395285801b5b3e8f3ff2937df41afb2923b (patch)
tree193b930e52ec56f4320a50dce2177bdcb1a0ad6b /README.rst
parent8986dd789976147c60c349afa19f86b8113d8133 (diff)
parent93626a0a64375aa36dc6de38104f4ff617c0422a (diff)
downloadpython-keystoneclient-8bb04395285801b5b3e8f3ff2937df41afb2923b.tar.gz
Merge "Workflow documentation is now in infra-manual"
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 5d1dde7..72d85ee 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 which is in turn a fork of
`Jacobian's python-cloudservers