diff options
author | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2017-07-28 11:58:06 +0900 |
---|---|---|
committer | Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> | 2017-07-28 12:14:12 +0900 |
commit | 561b35a8a813c6457508c284a98392d56c5ee5e7 (patch) | |
tree | 9956ec67c2b992b75ad61b7f03d6c48d244679df /CONTRIBUTING.rst | |
parent | 79ae29aaee7a84eff9f9eeff40a5a5587a6b4493 (diff) | |
download | python-novaclient-561b35a8a813c6457508c284a98392d56c5ee5e7.tar.gz |
Update URLs in docs, comments and setup.cfg
Some URLs are broken, so fix them.
The other URLs are redirect to new URLs,
so replace them with new ones.
Change-Id: Ida2fd70ad0d7b029fadfe91be14d7180b9b5b8d1
Closes-Bug: #1707104
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bdb4ad7e..20115405 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#development-workflow 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. |