summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-03-13 21:23:44 +0000
committerGerrit Code Review <review@openstack.org>2020-03-13 21:23:45 +0000
commitfdc411ad6883e0ed8c231f6262190d400cc699d8 (patch)
tree17415d8fdff13e30a4183af4842c2a7a464161eb
parent56f095cb2e275498a5c08c6945a4e45f24649aa5 (diff)
parent519296d762aceed6a9b3b3c206725d03fa3c2a20 (diff)
downloadpython-openstackclient-fdc411ad6883e0ed8c231f6262190d400cc699d8.tar.gz
Merge "Update http links in docs"
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--doc/source/index.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index dfdfe471..69ecd79c 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 documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ 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/doc/source/index.rst b/doc/source/index.rst
index 732e1387..7675d6c3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -29,7 +29,7 @@ Release Notes
.. toctree::
:maxdepth: 1
- Release Notes <http://docs.openstack.org/releasenotes/python-openstackclient>
+ Release Notes <https://docs.openstack.org/releasenotes/python-openstackclient/>
Contributor Documentation
-------------------------