summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2018-03-02 17:46:48 +0800
committermelissaml <ma.lei@99cloud.net>2018-03-02 17:59:50 +0800
commit95445e127f688f4311e830d26a0221474e0c1191 (patch)
treed9bd5acfb4865235d37fe1825fe96887a036156e
parentd9a13d04640f528f63abc804248b2f94368f7902 (diff)
downloadstevedore-95445e127f688f4311e830d26a0221474e0c1191.tar.gz
Update links in README
Change the outdated links to the latest links in README Change-Id: I6c7e1b14137c8a58bc6a478b63342b9bd2f3a53b
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c653276..9e7c14d 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,8 @@ stevedore -- Manage dynamic plugins for Python applications
:target: https://pypi.python.org/pypi/stevedore/
:alt: Downloads
-.. image:: http://governance.openstack.org/badges/stevedore.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/stevedore.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions