summaryrefslogtreecommitdiff
path: root/api-guide
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-08 01:29:29 +0000
committerGerrit Code Review <review@openstack.org>2018-02-08 01:29:29 +0000
commit2887e4366c50f8d970ef142b41c65691c18f4625 (patch)
treefafccd2ba7fa983e517ffd793add8beb3aa9a32c /api-guide
parentd8079c2e52d7f3a777ca07676f7b956248e431e5 (diff)
parent110b499b6af702fccb1e54c13d709790e25bdb5c (diff)
downloadnova-2887e4366c50f8d970ef142b41c65691c18f4625.tar.gz
Merge "Update links in documents"
Diffstat (limited to 'api-guide')
-rw-r--r--api-guide/source/faults.rst2
-rw-r--r--api-guide/source/index.rst4
-rw-r--r--api-guide/source/limits.rst4
-rw-r--r--api-guide/source/polling_changes-since_parameter.rst2
-rw-r--r--api-guide/source/versions.rst2
5 files changed, 7 insertions, 7 deletions
diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst
index c75327b163..d8cf063889 100644
--- a/api-guide/source/faults.rst
+++ b/api-guide/source/faults.rst
@@ -71,7 +71,7 @@ There is an API for end users to list the outcome of Server Actions,
referencing the requested action by request id.
For more details, please see:
-http://developer.openstack.org/api-ref/compute/#servers-run-an-action-servers-action
+https://developer.openstack.org/api-ref/compute/#servers-run-an-action-servers-action
Logs
----
diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst
index e64e6b20d4..4c1b425f74 100644
--- a/api-guide/source/index.rst
+++ b/api-guide/source/index.rst
@@ -24,10 +24,10 @@ compute resources might be Virtual Machines, Physical Machines or Containers.
This guide covers the concepts in the OpenStack Compute API.
For a full reference listing, please see:
-`Compute API Reference <http://developer.openstack.org/api-ref/compute/#compute-api>`__.
+`Compute API Reference <https://developer.openstack.org/api-ref/compute/#compute-api>`__.
We welcome feedback, comments, and bug reports at
-`bugs.launchpad.net/nova <http://bugs.launchpad.net/nova>`__.
+`bugs.launchpad.net/nova <https://bugs.launchpad.net/nova>`__.
Intended audience
=================
diff --git a/api-guide/source/limits.rst b/api-guide/source/limits.rst
index 82b79c1774..c2ed0af859 100644
--- a/api-guide/source/limits.rst
+++ b/api-guide/source/limits.rst
@@ -9,7 +9,7 @@ operators and may differ from one deployment of the OpenStack Compute service
to another. Please contact your provider to determine the limits that
apply to your account. Your provider may be able to adjust your
account's limits if they are too low. Also see the API Reference for
-`Limits <http://developer.openstack.org/api-ref/compute/#limits-limits>`__.
+`Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.
Absolute limits
~~~~~~~~~~~~~~~
@@ -49,4 +49,4 @@ Determine limits programmatically
Applications can programmatically determine current account limits. For
information, see
-`Limits <http://developer.openstack.org/api-ref/compute/#limits-limits>`__.
+`Limits <https://developer.openstack.org/api-ref/compute/#limits-limits>`__.
diff --git a/api-guide/source/polling_changes-since_parameter.rst b/api-guide/source/polling_changes-since_parameter.rst
index cd4d5fdb7b..52ea273af9 100644
--- a/api-guide/source/polling_changes-since_parameter.rst
+++ b/api-guide/source/polling_changes-since_parameter.rst
@@ -7,7 +7,7 @@ performing a **GET** on various elements. Rather than re-downloading and
re-parsing the full status at each polling interval, your REST client
may use the *``changes-since``* parameter to check for changes since a
previous request. The *``changes-since``* time is specified as an `ISO
-8601 <http://en.wikipedia.org/wiki/ISO_8601>`__ dateTime
+8601 <https://en.wikipedia.org/wiki/ISO_8601>`__ dateTime
(2011-01-24T17:08Z). The form for the timestamp is CCYY-MM-DDThh:mm:ss.
An optional time zone may be written in by appending the form ±hh:mm
which describes the timezone as an offset from UTC. When the timezone is
diff --git a/api-guide/source/versions.rst b/api-guide/source/versions.rst
index 656d1890e2..1ba2d159a7 100644
--- a/api-guide/source/versions.rst
+++ b/api-guide/source/versions.rst
@@ -105,7 +105,7 @@ server might respond with a 302 redirection request.
For examples of the list versions and get version details requests and
responses, see `*API versions*
-<http://developer.openstack.org/api-ref/compute/#api-versions>`__.
+<https://developer.openstack.org/api-ref/compute/#api-versions>`__.
The detailed version response contains pointers to both a human-readable
and a machine-processable description of the API service.