From 6047d7da5b569b427f3c32f8db387d985e2b4597 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Fri, 28 Jul 2017 00:51:46 -0700 Subject: [PATCH] Update and replace http with https for doc links in ceilometer 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I33bf58ae4769f2a55a8e9ff34992ecc6c2bf57d3 --- doc/source/contributor/configuration.rst | 4 ++-- doc/source/contributor/contributing.rst | 4 ++-- doc/source/contributor/measurements.rst | 2 +- doc/source/contributor/new_meters.rst | 2 +- doc/source/install/index.rst | 2 +- doc/source/install/next-steps.rst | 2 +- doc/source/releasenotes/folsom.rst | 2 +- doc/source/releasenotes/index.rst | 2 +- doc/source/webapi/index.rst | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/source/contributor/configuration.rst b/doc/source/contributor/configuration.rst index e977b3ecd2..44c8f4a0b6 100644 --- a/doc/source/contributor/configuration.rst +++ b/doc/source/contributor/configuration.rst @@ -181,7 +181,7 @@ same as the names of the related extensions in :file:`setup.cfg`. For a more detailed description, please see the `transformers`_ section of the Administrator Guide of Ceilometer. -.. _transformers: http://docs.openstack.org/admin-guide/telemetry-data-collection.html#transformers +.. _transformers: https://docs.openstack.org/admin-guide/telemetry-data-collection.html#transformers The *publishers* section contains the list of publishers, where the samples data should be sent after the possible transformations. The names of the @@ -226,4 +226,4 @@ Publishers For more information about publishers see the `publishers`_ section of the Administrator Guide of Ceilometer. -.. _publishers: http://docs.openstack.org/admin-guide/telemetry-data-pipelines.html#publishers +.. _publishers: https://docs.openstack.org/admin-guide/telemetry-data-pipelines.html#publishers diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index d410012521..03a9500e6e 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -26,8 +26,8 @@ contributing to Ceilometer, please follow the workflow found here_. Project Hosting Details ======================= -:Bug tracker: http://launchpad.net/ceilometer +:Bug tracker: https://launchpad.net/ceilometer :Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Ceilometer]`` for faster responses) -:Wiki: http://wiki.openstack.org/wiki/Ceilometer +:Wiki: https://wiki.openstack.org/wiki/Ceilometer :Code Hosting: https://git.openstack.org/cgit/openstack/ceilometer/ :Code Review: https://review.openstack.org/#/q/status:open+project:openstack/ceilometer,n,z diff --git a/doc/source/contributor/measurements.rst b/doc/source/contributor/measurements.rst index f61cf4c4f8..acef3b6438 100644 --- a/doc/source/contributor/measurements.rst +++ b/doc/source/contributor/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 Administrator Guide. -.. _Measurements page: http://docs.openstack.org/admin-guide/telemetry-measurements.html +.. _Measurements page: https://docs.openstack.org/admin-guide/telemetry-measurements.html Adding new meters ================= diff --git a/doc/source/contributor/new_meters.rst b/doc/source/contributor/new_meters.rst index c35e12d9e9..fbe375f453 100644 --- a/doc/source/contributor/new_meters.rst +++ b/doc/source/contributor/new_meters.rst @@ -99,7 +99,7 @@ specific topics. A detailed description of how to use meter definition is illustrated in the `admin_guide`_. -.. _admin_guide: http://docs.openstack.org/admin-guide/telemetry-data-collection.html#meter-definitions +.. _admin_guide: https://docs.openstack.org/admin-guide/telemetry-data-collection.html#meter-definitions Non-metric meters and events ---------------------------- diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 434ce49142..93539669d5 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -12,7 +12,7 @@ Installation Guide next-steps.rst This chapter assumes a working setup of OpenStack following the -`OpenStack Installation Tutorials and Guides `_. +`OpenStack Installation Tutorials and Guides `_. Ocata ~~~~ diff --git a/doc/source/install/next-steps.rst b/doc/source/install/next-steps.rst index 7e15b9eae7..23c70ba058 100644 --- a/doc/source/install/next-steps.rst +++ b/doc/source/install/next-steps.rst @@ -6,4 +6,4 @@ Next steps Your OpenStack environment now includes the ceilometer service. To add additional services, see the -`OpenStack Installation Tutorials and Guides `_. +`OpenStack Installation Tutorials and Guides `_. diff --git a/doc/source/releasenotes/folsom.rst b/doc/source/releasenotes/folsom.rst index 5b08b87266..6a268dde66 100644 --- a/doc/source/releasenotes/folsom.rst +++ b/doc/source/releasenotes/folsom.rst @@ -58,4 +58,4 @@ Volume of data Please note that metering can generate lots of data very quickly. Have a look at the following spreadsheet to evaluate what you will end up with. - http://wiki.openstack.org/EfficientMetering#Volume_of_data + https://wiki.openstack.org/wiki/EfficientMetering#Volume_of_data diff --git a/doc/source/releasenotes/index.rst b/doc/source/releasenotes/index.rst index 22a47d88f2..99e8ac17d0 100644 --- a/doc/source/releasenotes/index.rst +++ b/doc/source/releasenotes/index.rst @@ -37,4 +37,4 @@ Since Mitaka development cycle, we start to host release notes on .. _Juno: https://wiki.openstack.org/wiki/ReleaseNotes/Juno#OpenStack_Telemetry_.28Ceilometer.29 .. _Kilo: https://wiki.openstack.org/wiki/ReleaseNotes/Kilo#OpenStack_Telemetry_.28Ceilometer.29 .. _Liberty: https://wiki.openstack.org/wiki/ReleaseNotes/Liberty#OpenStack_Telemetry_.28Ceilometer.29 -.. _Ceilometer Release Notes: http://docs.openstack.org/releasenotes/ceilometer/ +.. _Ceilometer Release Notes: https://docs.openstack.org/releasenotes/ceilometer/ diff --git a/doc/source/webapi/index.rst b/doc/source/webapi/index.rst index 437fe0a7ff..721a080995 100644 --- a/doc/source/webapi/index.rst +++ b/doc/source/webapi/index.rst @@ -32,7 +32,7 @@ Sample response:: "rel": "self" }, { - "href": "http://docs.openstack.org/", + "href": "https://docs.openstack.org/", "rel": "describedby", "type": "text/html" }