Replace http with https for doc links in omni

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I19e3336cbfffa90071d11a14ffe42c28bb27e78a
This commit is contained in:
shangxiaobj 2017-08-30 02:28:12 -07:00
parent 6538ef949e
commit e46aa023d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
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.