Update document link affected by document migration
Also use https for docs.openstack.org Change-Id: Ic1f52fbc9815bf12b67812712593cf60299f956a
This commit is contained in:
parent
ef765ceeab
commit
4ebeeab1d4
@ -1,14 +1,14 @@
|
||||
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
|
||||
|
||||
If you already have a good understanding of how the system works and your
|
||||
OpenStack accounts are set up, you can skip to the development workflow
|
||||
section of this documentation to learn how changes to OpenStack should be
|
||||
submitted for review via the Gerrit tool:
|
||||
|
||||
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.
|
||||
|
||||
|
@ -71,13 +71,13 @@ Then::
|
||||
* Add the project to the OpenStack Infrastructure
|
||||
|
||||
|
||||
.. _pbr: http://docs.openstack.org/developer/pbr
|
||||
.. _pbr: https://docs.openstack.org/pbr/latest/
|
||||
.. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst
|
||||
.. _eslint: http://eslint.org/
|
||||
.. _OpenStack-Infra: http://docs.openstack.org/infra/system-config
|
||||
.. _OpenStack-Infra: https://docs.openstack.org/infra/system-config
|
||||
.. _testrepository: https://testrepository.readthedocs.org/
|
||||
.. _Tox: http://testrun.org/tox/
|
||||
.. _karma: https://github.com/karma-runner/karma
|
||||
.. _Sphinx: http://sphinx-doc.org/
|
||||
.. _reno: http://docs.openstack.org/developer/reno/
|
||||
.. _reno: https://docs.openstack.org/reno/latest/
|
||||
|
||||
|
@ -1,17 +1,14 @@
|
||||
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
|
||||
|
||||
If you already have a good understanding of how the system works and your
|
||||
OpenStack accounts are set up, you can skip to the development workflow
|
||||
section of this documentation to learn how changes to OpenStack should be
|
||||
submitted for review via the Gerrit tool:
|
||||
|
||||
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.
|
||||
|
||||
Bugs should be filed on Launchpad, not GitHub:
|
||||
|
||||
https://bugs.launchpad.net/{{ cookiecutter.repo_name }}
|
||||
https://bugs.launchpad.net/{{ cookiecutter.repo_name }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{ cookiecutter.repo_name }} Style Commandments
|
||||
===============================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
Loading…
Reference in New Issue
Block a user