Update document link affected by document migration

Also use https for docs.openstack.org

Change-Id: Ic1f52fbc9815bf12b67812712593cf60299f956a
This commit is contained in:
Akihiro Motoki
2017-07-14 13:23:47 +00:00
parent ef765ceeab
commit 4ebeeab1d4
4 changed files with 9 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: 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 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 OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: 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. Pull requests submitted through GitHub will be ignored.

View File

@@ -71,13 +71,13 @@ Then::
* Add the project to the OpenStack Infrastructure * 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 .. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst
.. _eslint: http://eslint.org/ .. _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/ .. _testrepository: https://testrepository.readthedocs.org/
.. _Tox: http://testrun.org/tox/ .. _Tox: http://testrun.org/tox/
.. _karma: https://github.com/karma-runner/karma .. _karma: https://github.com/karma-runner/karma
.. _Sphinx: http://sphinx-doc.org/ .. _Sphinx: http://sphinx-doc.org/
.. _reno: http://docs.openstack.org/developer/reno/ .. _reno: https://docs.openstack.org/reno/latest/

View File

@@ -1,17 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: follow the steps in this page:
https://docs.openstack.org/infra/manual/developers.html
http://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your 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 OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: submitted for review via the Gerrit tool:
https://docs.openstack.org/infra/manual/developers.html#development-workflow
http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/{{ cookiecutter.repo_name }}
https://bugs.launchpad.net/{{ cookiecutter.repo_name }}

View File

@@ -1,4 +1,4 @@
{{ cookiecutter.repo_name }} Style Commandments {{ 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/