summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloooosy <syluo5695@fiberhome.com>2017-04-08 23:35:59 +0800
committerloooosy <syluo5695@fiberhome.com>2017-04-08 23:36:11 +0800
commita7ab49e42cf2c6d998cd1e0c8b6f037cc3d71749 (patch)
tree5864dbac73ce5a79b9ed5509a060c87b05845747
parentee8e96a35b62199833c8b46f0cc8da93e2251811 (diff)
downloadoslo-policy-a7ab49e42cf2c6d998cd1e0c8b6f037cc3d71749.tar.gz
Optimize the link address
Use https instead of http to ensure the safety without containing our account/password information Change-Id: I07f0af54f8cbcfd2100d55415b5b1c6dec32f3d4
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--HACKING.rst4
-rw-r--r--README.rst10
3 files changed, 9 insertions, 9 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 133ce80..6506bda 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 5943d3a..de00977 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -2,10 +2,10 @@ oslo.policy Style Commandments
======================================================
- Step 1: Read the OpenStack Style Commandments
- http://docs.openstack.org/developer/hacking/
+ https://docs.openstack.org/developer/hacking/
- Step 2: Read on
oslo.policy Specific Commandments
---------------------------------
-- Avoid using "double quotes" where you can reasonably use 'single quotes' \ No newline at end of file
+- Avoid using "double quotes" where you can reasonably use 'single quotes'
diff --git a/README.rst b/README.rst
index eb2894a..da69520 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/oslo.policy.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/oslo.policy.svg
+ :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@@ -23,7 +23,7 @@ The Oslo Policy library provides support for RBAC policy enforcement across
all OpenStack services.
* Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/oslo.policy
-* Source: http://git.openstack.org/cgit/openstack/oslo.policy
-* Bugs: http://bugs.launchpad.net/oslo.policy
+* Documentation: https://docs.openstack.org/developer/oslo.policy
+* Source: https://git.openstack.org/cgit/openstack/oslo.policy
+* Bugs: https://bugs.launchpad.net/oslo.policy