Update and optimize documentation links

1. Update URLs according to OpenStack document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: Ib1ff6536072715ad81cbd1f53097b53e4adad95d
This commit is contained in:
Hangdong Zhang 2017-07-20 09:29:53 +08:00
parent 486f06693e
commit 548b4f7777
5 changed files with 6 additions and 6 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.

View File

@ -2,7 +2,7 @@ Meteos Style Commandments
============================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/hacking/latest/
- Step 2: Read on

View File

@ -27,7 +27,7 @@ Admin Docs
API Extensions
==============
Go to http://api.openstack.org for information about Meteos API extensions.
Go to https://docs.openstack.org/api/ for information about Meteos API extensions.
Information
===========

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module.
See http://docs.openstack.org/developer/oslo.i18n/usage.html .
See https://docs.openstack.org/oslo.i18n/latest/user/usage.html .
"""

View File

@ -17,7 +17,7 @@ openstackdocstheme>=1.5.0 # Apache-2.0
# Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests.
# See http://docs.openstack.org/developer/oslo.db/contributing.html#how-to-run-unit-tests
# See https://docs.openstack.org/oslo.db/latest/contributor/index.html#how-to-run-unit-tests
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.5 # LGPL/ZPL