Skip to content

Commit f904efb

Browse files
committed
Fix urls in README.rst
1. bug tracking has been moved to storyboard 2. syntax issues 3. remove PyPI downloads since it is no longer maintained https://packaging.python.org/guides/analyzing-pypi-package-downloads/ Change-Id: Ic57c7032af0296d666841021c19e6e56f0b3e89a
1 parent e8c7315 commit f904efb

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ OpenStackClient
1515
:target: https://pypi.org/project/python-openstackclient/
1616
:alt: Latest Version
1717

18-
.. image:: https://img.shields.io/pypi/dm/python-openstackclient.svg
19-
:target: https://pypi.org/project/python-openstackclient/
20-
:alt: Downloads
21-
2218
OpenStackClient (aka OSC) is a command-line client for OpenStack that brings
2319
the command set for Compute, Identity, Image, Object Store and Block Storage
2420
APIs together in a single shell with a uniform command structure.
@@ -32,17 +28,17 @@ language to describe operations in OpenStack.
3228
* `Blueprints`_ - feature specifications
3329
* `Bugs`_ - issue tracking
3430
* `Source`_
35-
* `Developer` - getting started as a developer
36-
* `Contributing` - contributing code
37-
* `Testing` - testing code
31+
* `Developer`_ - getting started as a developer
32+
* `Contributing`_ - contributing code
33+
* `Testing`_ - testing code
3834
* IRC: #openstack-sdks on Freenode (irc.freenode.net)
3935
* License: Apache 2.0
4036

4137
.. _PyPi: https://pypi.org/project/python-openstackclient
4238
.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
4339
.. _Launchpad project: https://launchpad.net/python-openstackclient
4440
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
45-
.. _Bugs: https://bugs.launchpad.net/python-openstackclient
41+
.. _Bugs: https://storyboard.openstack.org/#!/project/975
4642
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
4743
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
4844
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html

0 commit comments

Comments
 (0)