From 122e117909b1b413aca33f704194793c75c43162 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Wed, 19 Jul 2017 10:18:28 +0800 Subject: [PATCH] Update and optimize documentation links 1. Update the dead and outdated links 2. Optimize (e.g. http -> https) Change-Id: I2ca308e9e14929aecf595f431f819cac7a365602 --- README.rst | 6 +++--- doc/source/scenarios/autoscaling_heat.rst | 2 +- doc/specs/template.rst | 2 +- rally-jobs/README.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index a9bec0853..b5781a93d 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: https://governance.openstack.org/badges/senlin.svg - :target: https://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/senlin.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -82,4 +82,4 @@ as the mailinglist. Please use tag ``[Senlin]`` in the subject for new threads. -.. _Freenode: http://freenode.net/ +.. _Freenode: https://freenode.net/ diff --git a/doc/source/scenarios/autoscaling_heat.rst b/doc/source/scenarios/autoscaling_heat.rst index c3f97aa6f..75e4cc7d3 100644 --- a/doc/source/scenarios/autoscaling_heat.rst +++ b/doc/source/scenarios/autoscaling_heat.rst @@ -248,4 +248,4 @@ The steps and samples introduced in this tutorial can also work well together with composition of ceilometer, Aodh, and Gnocchi without any change. -.. _heat template: https://git.openstack.org/cgit/openstack/senlin/plain/doc/source/user/scenarios/ex_lbas.yaml +.. _heat template: https://git.openstack.org/cgit/openstack/senlin/tree/doc/source/scenarios/scenarios/ex_lbas.yaml diff --git a/doc/specs/template.rst b/doc/specs/template.rst index e534cca6a..14cc57825 100644 --- a/doc/specs/template.rst +++ b/doc/specs/template.rst @@ -54,7 +54,7 @@ Some notes about using this template: * Please do not delete any of the *sections* in this template. If you have nothing to say for a whole section, just write: None -* For help with syntax, see http://sphinx-doc.org/rest.html +* For help with syntax, see http://www.sphinx-doc.org/en/stable/rest.html * To test out your formatting, build the docs using tox and see the generated HTML file in doc/build/html/specs/ diff --git a/rally-jobs/README.rst b/rally-jobs/README.rst index 96d0e0970..5ab053477 100644 --- a/rally-jobs/README.rst +++ b/rally-jobs/README.rst @@ -8,4 +8,4 @@ Structure: or `/opt/rally/plugins` to make them work if test is done locally. Please find more information about rally plugins at the following link: - - https://rally.readthedocs.org/en/latest/plugins.html + - https://rally.readthedocs.io/en/latest/plugins/index.html