summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloooosy <syluo5695@fiberhome.com>2017-04-08 22:37:55 +0800
committerloooosy <syluo5695@fiberhome.com>2017-04-08 22:39:02 +0800
commit0f349f8185c0715531d9970c41fb215689e3018e (patch)
tree77a9be5ee0249ca40fa177da5f93a3965cf3f97b
parent02cbb6d34614b44fe1c61445c47376d0d306f2ed (diff)
downloadoslo-messaging-0f349f8185c0715531d9970c41fb215689e3018e.tar.gz
Optimize the link address
Use https instead of http to ensure the safety without containing our account/password information Change-Id: I0ffb9e2270bbae844c187fdc17610e7805553d66
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst10
3 files changed, 8 insertions, 8 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ef8e98a..f86a819 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
- http://docs.openstack.org/infra/manual/developers.html
+ https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
diff --git a/HACKING.rst b/HACKING.rst
index cb07476..f15b05d 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
Style Commandments
==================
-Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
+Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
diff --git a/README.rst b/README.rst
index ff8d6a5..ebfdcda 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/oslo.messaging.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/oslo.messaging.svg
+ :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@@ -22,6 +22,6 @@ The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.
* License: Apache License, Version 2.0
-* Documentation: http://docs.openstack.org/developer/oslo.messaging
-* Source: http://git.openstack.org/cgit/openstack/oslo.messaging
-* Bugs: http://bugs.launchpad.net/oslo.messaging
+* Documentation: https://docs.openstack.org/developer/oslo.messaging
+* Source: https://git.openstack.org/cgit/openstack/oslo.messaging
+* Bugs: https://bugs.launchpad.net/oslo.messaging