From 514fd0b3a3abf95f5a36e90f4ecd5a212b2a7a38 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Tue, 12 Jun 2018 14:38:46 +0800 Subject: [PATCH] Update links in README Change the outdated links to the latest links in README Change-Id: I30db74a4e8ef04120d545d9d38b05db71f866d20 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8d34690..c3af0f0 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Mox3 - Mock object framework for Python 3 =========================================== -.. image:: http://governance.openstack.org/badges/mox3.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/mox3.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html Mox3 is an unofficial port of the Google mox framework (http://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible