From 160058b19993d594456900382a2f0ca577e1905e Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 26 Aug 2015 23:46:15 +0530 Subject: [PATCH] Incorrect Links are updated Pecan deployment and measurements page links are corrected Change-Id: Iaee9bfce9d86598277b5c2ba3788789960531472 Closes-Bug: #1488792 --- doc/source/install/mod_wsgi.rst | 2 +- doc/source/measurements.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/mod_wsgi.rst b/doc/source/install/mod_wsgi.rst index 744e6626..f49398e9 100644 --- a/doc/source/install/mod_wsgi.rst +++ b/doc/source/install/mod_wsgi.rst @@ -63,4 +63,4 @@ setting ``pecan_debug`` to ``False`` in the ``api`` section of ``ceilometer.conf``. For other WSGI setup you can refer to the `pecan deployment`_ documentation. -.. _`pecan deployment`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment +.. _`pecan deployment`: http://pecan.readthedocs.org/en/latest/deployment.html diff --git a/doc/source/measurements.rst b/doc/source/measurements.rst index c8e2fd55..5a1ad18b 100644 --- a/doc/source/measurements.rst +++ b/doc/source/measurements.rst @@ -25,7 +25,7 @@ Existing meters For the list of existing meters see the tables under the `Measurements page`_ of Ceilometer in the Cloud Administrator Guide. -.. _Measurements page: http://docs.openstack.org/admin-guide-cloud/content/section_telemetry-measurements.html +.. _Measurements page: http://docs.openstack.org/admin-guide-cloud/telemetry-measurements.html Adding new meters =================