diff options
author | Hangdong Zhang <hdzhang@fiberhome.com> | 2017-07-19 12:37:36 +0800 |
---|---|---|
committer | Hangdong Zhang <hdzhang@fiberhome.com> | 2017-07-19 12:38:19 +0800 |
commit | c753ad8796a0df50ddf372fc48179af13b3f646a (patch) | |
tree | 4236e78b9ec1ddff195b6c99de8b7e95a81515a4 /CONTRIBUTING.rst | |
parent | 8f00241510f9d1f66fd657f42296605d95d03ed9 (diff) | |
download | python-glanceclient-c753ad8796a0df50ddf372fc48179af13b3f646a.tar.gz |
Update and optimize documentation links
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)
Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
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 35564c5..b5c7c42 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. |