From 553ab6c744fac9a2c46d03c2c1785478c0bb59b7 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Mon, 30 Jun 2014 14:22:32 -0500 Subject: [PATCH] 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 --- README.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 4fa833bfe..153b500cd 100644 --- a/README.rst +++ b/README.rst @@ -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__. +`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 +This code is a fork of `Rackspace's python-novaclient +`_ which is in turn a fork of +`Jacobian's python-cloudservers +`_. ``python-keystoneclient`` +is licensed under the Apache License like the rest of OpenStack. .. contents:: Contents: :local: