diff options
| author | huangshan <huangshan@fiberhome.com> | 2018-05-11 10:54:11 +0800 |
|---|---|---|
| committer | Sean McGinnis <sean.mcginnis@gmail.com> | 2020-03-09 21:13:29 -0500 |
| commit | 519296d762aceed6a9b3b3c206725d03fa3c2a20 (patch) | |
| tree | 57af1bccbfac433fc8bb10558840fb0cf601063e | |
| parent | ee0170824fada41fae0da2d03106d3978fc1c697 (diff) | |
| download | python-openstackclient-519296d762aceed6a9b3b3c206725d03fa3c2a20.tar.gz | |
Update http links in docs
This patch is proposed according to the Direction 10 of doc
migration(https://etherpad.openstack.org/p/doc-migration-tracking).
Change-Id: I0061bf788a8da89da0077db63f6cecf2ead0d0be
| -rw-r--r-- | CONTRIBUTING.rst | 4 | ||||
| -rw-r--r-- | doc/source/index.rst | 2 |
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 ------------------------- |
