From 7d027bbeccea6ac91bcd62d4699055d80d173fc6 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Thu, 8 Jun 2017 09:31:39 +0800 Subject: [PATCH] Optimize the link address Use https instead of http to ensure the safety,the patch alse fix a wrong url to right. Change-Id: Iea8388c74a695cbf7b32fce168b484b5a0236ae5 --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index f7463126..47c3bda6 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/designate.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/designate.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -15,7 +15,7 @@ Designate is an OpenStack project, providing DNSaaS. IRC: #openstack-dns -Installation: http://docs.openstack.org/developer/designate/getting-started.html +Installation: https://docs.openstack.org/developer/designate/ Development @@ -87,10 +87,10 @@ Execute a single test using py27 (test is CentralServiceTest.test_count_domains) * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/designate -* Source: http://git.openstack.org/cgit/openstack/designate -* Bugs: http://bugs.launchpad.net/designate +* Documentation: https://docs.openstack.org/developer/designate +* Source: https://git.openstack.org/cgit/openstack/designate +* Bugs: https://bugs.launchpad.net/designate -.. _OpenStack Gerrit Workflow: http://docs.openstack.org/infra/manual/developers.html#development-workflow -.. _docs.openstack.org: http://docs.openstack.org/developer/designate \ No newline at end of file +.. _OpenStack Gerrit Workflow: https://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _docs.openstack.org: https://docs.openstack.org/developer/designate