Change-Id: Ib33004eba6b41fe11a70a4e44ee10ac94e48ac56
This commit is contained in:
wangqi 2018-02-23 10:01:02 +00:00
parent e7da2d1e1e
commit ea44437e73
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Syntribos is an open source project and contributions are always
welcome, if you have any questions, we can be found in the
#openstack-security channel on Freenode IRC.
1. Follow all the `OpenStack Style Guidelines <http://docs.openstack.org/developer/hacking/>`__
1. Follow all the `OpenStack Style Guidelines <https://docs.openstack.org/hacking/latest/>`__
(e.g. PEP8, Py3 compatibility)
2. All new classes/functions should have appropriate docstrings in
`RST format <https://pythonhosted.org/an_example_pypi_project/sphinx.html>`__
@ -23,7 +23,7 @@ welcome, if you have any questions, we can be found in the
tox -e cover
Anyone wanting to contribute to OpenStack must follow
`the OpenStack development workflow <http://docs.openstack.org/infra/manual/developers.html#development-workflow>`__
`the OpenStack development workflow <https://docs.openstack.org/infra/manual/developers.html#development-workflow>`__
All changes should be submitted through the code review process in Gerrit
described above. All pull requests on Github will be closed/ignored.