diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/api.rst | 2 | ||||
-rw-r--r-- | doc/source/index.rst | 4 | ||||
-rw-r--r-- | doc/source/shell.rst | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/api.rst b/doc/source/api.rst index b64afe1..df6eaf5 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -33,7 +33,7 @@ Use queries to narrow your search (more info at `Ceilometer V2 API reference`__) >>> cclient.new_samples.list(q=query, limit=10) [<Sample ...>, ...] -__ http://docs.openstack.org/developer/ceilometer/webapi/v2.html#Query +__ https://docs.openstack.org/ceilometer/latest/webapi/v2.html#Query Reference --------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 7fdbb12..8317e1d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,7 +12,7 @@ OpenStack Ceilometer API. least -- to get an idea of the concepts. By understanding the concepts this library should make more sense. - __ http://docs.openstack.org/developer/ceilometer/ + __ https://docs.openstack.org/ceilometer/latest/ Contents: @@ -33,7 +33,7 @@ Code is hosted at `git.openstack.org`_. Submit bugs to the Ceilometer project on .. _git.openstack.org: https://git.openstack.org/cgit/openstack/python-ceilometerclient .. _Launchpad: https://launchpad.net/ceilometer -.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow +.. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow Run tests with ``python setup.py test``. diff --git a/doc/source/shell.rst b/doc/source/shell.rst index 1c10c48..a35a9a1 100644 --- a/doc/source/shell.rst +++ b/doc/source/shell.rst @@ -58,4 +58,4 @@ Use queries to narrow your search (more info at `Ceilometer V2 API reference`__) ceilometer sample-list --meter cpu_util --query 'resource_id=5a301761-f78b-46e2-8900-8b4f6fe6675a' --limit 10 -__ http://docs.openstack.org/developer/ceilometer/webapi/v2.html#Query +__ https://docs.openstack.org/ceilometer/latest/webapi/v2.html#Query |