summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--HACKING.rst5
-rw-r--r--README.rst10
-rw-r--r--oslo_vmware/_i18n.py2
-rw-r--r--setup.cfg2
5 files changed, 11 insertions, 12 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 194eb3f..2384f9d 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -5,13 +5,13 @@ Contributing
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 148ead9..cc73932 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,7 +1,6 @@
Style Commandments
-===============================================
+====================
Read the OpenStack Style Commandments in the following link
-http://docs.openstack.org/developer/hacking/
-
+https://docs.openstack.org/developer/hacking/
diff --git a/README.rst b/README.rst
index c021385..626ff55 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/oslo.vmware.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/badges/oslo.vmware.svg
+ :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@@ -23,6 +23,6 @@ The Oslo VMware library provides support for common VMware operations
and APIs.
* License: Apache License, Version 2.0
-* Documentation: http://docs.openstack.org/developer/oslo.vmware
-* Source: http://git.openstack.org/cgit/openstack/oslo.vmware
-* Bugs: http://bugs.launchpad.net/oslo.vmware
+* Documentation: https://docs.openstack.org/developer/oslo.vmware
+* Source: https://git.openstack.org/cgit/openstack/oslo.vmware
+* Bugs: https://bugs.launchpad.net/oslo.vmware
diff --git a/oslo_vmware/_i18n.py b/oslo_vmware/_i18n.py
index bc624c8..bb197a5 100644
--- a/oslo_vmware/_i18n.py
+++ b/oslo_vmware/_i18n.py
@@ -12,7 +12,7 @@
"""oslo.i18n integration module.
-See http://docs.openstack.org/developer/oslo.i18n/usage.html
+See https://docs.openstack.org/developer/oslo.i18n/usage.html
"""
diff --git a/setup.cfg b/setup.cfg
index b669e2b..c80d361 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/oslo.vmware/
+home-page = https://docs.openstack.org/developer/oslo.vmware/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology