diff options
author | Dolph Mathews <dolph.mathews@gmail.com> | 2014-06-30 14:22:32 -0500 |
---|---|---|
committer | Dolph Mathews <dolph.mathews@gmail.com> | 2014-07-21 15:28:17 -0500 |
commit | 553ab6c744fac9a2c46d03c2c1785478c0bb59b7 (patch) | |
tree | 53033cfb0b10c12c9a1d345d3d194c6701186f53 /README.rst | |
parent | 90abb4cfb2c133fda1df5da11d8fc30ec9e5514b (diff) | |
download | python-keystoneclient-553ab6c744fac9a2c46d03c2c1785478c0bb59b7.tar.gz |
use embedded URLs for hyperlinks in the README
This switches all hyperlinks to embedded links, from a much more fragile
indirect & anonymous approach (which happens to be completely broken
on Github).
Change-Id: I92700068c7d65b50c76ce6931bff3ebab4844a49
Closes-Bug: 1335968
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -6,17 +6,14 @@ 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`_. The master repository is on GitHub__. - -__ http://wiki.openstack.org/HowToContribute -__ http://github.com/openstack/python-keystoneclient - -This code a fork of `Rackspace's python-novaclient`__ which is in turn a fork -of `Jacobian's python-cloudservers`__. The python-keystoneclient is licensed -under the Apache License like the rest of OpenStack. - -__ http://github.com/rackspace/python-novaclient -__ http://github.com/jacobian/python-cloudservers +`OpenStack wiki <http://wiki.openstack.org/HowToContribute>`_. The master +repository is on `GitHub <http://github.com/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 +`Jacobian's python-cloudservers +<http://github.com/jacobian/python-cloudservers>`_. ``python-keystoneclient`` +is licensed under the Apache License like the rest of OpenStack. .. contents:: Contents: :local: |