Update and optimize documentation links

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

Change-Id: I171ce5fcd437747fed07884d80db833cf3db2358
This commit is contained in:
Hangdong Zhang 2017-07-18 09:52:06 +08:00
parent e2b48c9fb2
commit ad7efeca19
13 changed files with 19 additions and 20 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: you must follow the steps documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -2,7 +2,7 @@ Aodh Style Commandments
======================= =======================
- Step 1: Read the OpenStack 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 - Step 2: Read on
Aodh Specific Commandments Aodh Specific Commandments

View File

@ -2,10 +2,10 @@ aodh
==== ====
Release notes can be read online at: Release notes can be read online at:
https://docs.openstack.org/developer/aodh/releasenotes/index.html https://docs.openstack.org/aodh/latest/contributor/releasenotes/index.html
Documentation for the project can be found at: Documentation for the project can be found at:
https://docs.openstack.org/developer/aodh/ https://docs.openstack.org/aodh/latest/
The project home is at: The project home is at:
https://launchpad.net/aodh https://launchpad.net/aodh

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module. """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

@ -26,7 +26,7 @@ contributing to Aodh, please follow the workflow found here_.
Project Hosting Details Project Hosting Details
======================= =======================
:Bug tracker: http://launchpad.net/aodh :Bug tracker: https://launchpad.net/aodh
:Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Aodh]`` for faster responses) :Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Aodh]`` for faster responses)
:Code Hosting: https://git.openstack.org/cgit/openstack/aodh/ :Code Hosting: https://git.openstack.org/cgit/openstack/aodh/
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/aodh,n,z :Code Review: https://review.openstack.org/#/q/status:open+project:openstack/aodh,n,z

View File

@ -32,9 +32,8 @@ Configuring devstack
``local.conf`` replaces the former configuration file called ``localrc``. ``local.conf`` replaces the former configuration file called ``localrc``.
If you used localrc before, remove it to switch to using the new file. If you used localrc before, remove it to switch to using the new file.
For further information see the `localrc description page For further information see the `devstack configuration
<http://devstack.org/localrc.html>`_ or `devstack configuration <https://docs.openstack.org/devstack/latest/configuration.html>`_.
<http://devstack.org/configuration.html>`_.
3. The aodh services are not enabled by default, so they must be 3. The aodh services are not enabled by default, so they must be
enabled in ``local.conf`` before running ``stack.sh``. enabled in ``local.conf`` before running ``stack.sh``.
@ -47,4 +46,4 @@ Configuring devstack
# Enable the aodh alarming services # Enable the aodh alarming services
enable_plugin aodh https://git.openstack.org/openstack/aodh master enable_plugin aodh https://git.openstack.org/openstack/aodh master
.. _devstack: http://docs.openstack.org/developer/devstack .. _devstack: https://docs.openstack.org/devstack/latest/

View File

@ -26,4 +26,4 @@ Since Mitaka development cycle, we start to host release notes on:
`Aodh Release Notes`_ `Aodh Release Notes`_
.. _Liberty: https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_Telemetry_.28Ceilometer.29 .. _Liberty: https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_Telemetry_.28Ceilometer.29
.. _Aodh Release Notes: http://docs.openstack.org/releasenotes/aodh/ .. _Aodh Release Notes: https://docs.openstack.org/releasenotes/aodh/

View File

@ -67,10 +67,10 @@ run through tox_.
``aodh/tests/functional/gabbi/gabbits``. If you are adding to or adjusting ``aodh/tests/functional/gabbi/gabbits``. If you are adding to or adjusting
the API you should consider adding tests here. the API you should consider adding tests here.
.. _gabbi: https://gabbi.readthedocs.org/ .. _gabbi: https://gabbi.readthedocs.io/en/latest/
.. seealso:: .. seealso::
* tox_ * tox_
.. _tox: http://tox.testrun.org/latest/ .. _tox: https://tox.readthedocs.io/en/latest/

View File

@ -57,4 +57,4 @@
An OpenStack user. An OpenStack user.
.. [#] http://en.wikipedia.org/wiki/Ceilometer .. [#] http://en.wikipedia.org/wiki/Ceilometer
.. _Zaqar Developer Documentation: http://docs.openstack.org/developer/zaqar/ .. _Zaqar Developer Documentation: https://docs.openstack.org/zaqar/latest/

View File

@ -12,4 +12,4 @@ Telemetry Alarming service
.. verify.rst .. verify.rst
This chapter assumes a working setup of OpenStack following the This chapter assumes a working setup of OpenStack following the
`OpenStack Installation Tutorials and Guides <http://docs.openstack.org/#install-guides>`_. `OpenStack Installation Tutorials and Guides <https://docs.openstack.org/#install-guides>`_.

View File

@ -6,4 +6,4 @@ Next steps
Your OpenStack environment now includes the aodh service. Your OpenStack environment now includes the aodh service.
To add additional services, see the To add additional services, see the
`OpenStack Installation Tutorials and Guides <http://docs.openstack.org/#install-guides>`_ `OpenStack Installation Tutorials and Guides <https://docs.openstack.org/#install-guides>`_

View File

@ -22,8 +22,8 @@ Useful links
* More about Rally: https://rally.readthedocs.org/en/latest/ * More about Rally: https://rally.readthedocs.org/en/latest/
* How to add rally-gates: https://rally.readthedocs.org/en/latest/gates.html * How to add rally-gates: https://rally.readthedocs.io/en/latest/quick_start/gates.html
* About plugins: https://rally.readthedocs.org/en/latest/plugins.html * About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html
* Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins * Plugin samples: https://github.com/openstack/rally/tree/master/samples/plugins

View File

@ -15,7 +15,7 @@
For more Aodh related benchmarks take a look here: For more Aodh related benchmarks take a look here:
github.com/openstack/rally/blob/master/rally/benchmark/scenarios/aodh/ github.com/openstack/rally/blob/master/rally/benchmark/scenarios/aodh/
About plugins: https://rally.readthedocs.org/en/latest/plugins.html About plugins: https://rally.readthedocs.io/en/latest/plugins/index.html
Rally concepts https://wiki.openstack.org/wiki/Rally/Concepts Rally concepts https://wiki.openstack.org/wiki/Rally/Concepts
""" """