Update the invalid doc links to the right ones in osprofiler docs

1) Fix the invalid doc links according to the lastest OpenStack Website.
2) Replace them with the right ones.

Change-Id: I8d768802e25944a9761263cb2c80f5aaca317e96
This commit is contained in:
shangxiaobj 2018-01-01 22:51:23 -08:00
parent c91a493bda
commit ea1e11b68f
3 changed files with 8 additions and 8 deletions

View File

@ -1,16 +1,16 @@
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 in this page: 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 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.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/osprofiler https://bugs.launchpad.net/osprofiler

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/osprofiler.svg .. image:: https://governance.openstack.org/tc/badges/osprofiler.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on

View File

@ -126,9 +126,9 @@ I think that for all projects we should include by default 5 kinds of points:
* ALL SQL requests (turned off by default, because it produce a lot of * ALL SQL requests (turned off by default, because it produce a lot of
traffic) traffic)
.. _CONF: http://docs.openstack.org/developer/oslo.config/ .. _CONF: https://docs.openstack.org/oslo.config/latest/
.. _HMAC: http://en.wikipedia.org/wiki/Hash-based_message_authentication_code .. _HMAC: https://en.wikipedia.org/wiki/Hash-based_message_authentication_code
.. _OpenStack: http://openstack.org/ .. _OpenStack: https://www.openstack.org/
.. _Ceilometer: https://wiki.openstack.org/wiki/Ceilometer .. _Ceilometer: https://wiki.openstack.org/wiki/Ceilometer
.. _oslo.messaging: https://pypi.python.org/pypi/oslo.messaging .. _oslo.messaging: https://pypi.python.org/pypi/oslo.messaging
.. _OSprofiler WSGI middleware: https://github.com/openstack/osprofiler/blob/master/osprofiler/web.py .. _OSprofiler WSGI middleware: https://github.com/openstack/osprofiler/blob/master/osprofiler/web.py