summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorCyril Roelandt <cyril@redhat.com>2022-07-05 19:23:33 +0200
committerCyril Roelandt <cyril@redhat.com>2022-07-05 19:23:33 +0200
commit0cbdfdde40622cb1b58f6520ac8991c9d858f713 (patch)
treebf1840ccc3fc8c824d7d640b9f9af8600dd9a9b1 /api-ref
parent2866713392de2a122145a186a7ed2391e208b4ba (diff)
downloadglance-0cbdfdde40622cb1b58f6520ac8991c9d858f713.tar.gz
Fix URLs in the form docs.openstack.org/developer/$project
These URLs are now in the form docs.openstack.org/$project/latest. Make sure to use always use https for these URLs. Change-Id: I4a75bb6097399efca373d2f9a0e8697eb92312a7
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/v2/metadefs-index.rst2
-rw-r--r--api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json2
-rw-r--r--api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json2
-rw-r--r--api-ref/source/v2/tasks.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/v2/metadefs-index.rst b/api-ref/source/v2/metadefs-index.rst
index a1f2d8430..dcb7278dc 100644
--- a/api-ref/source/v2/metadefs-index.rst
+++ b/api-ref/source/v2/metadefs-index.rst
@@ -52,7 +52,7 @@ image.)
A metadefs definition includes a property's key, its description, its
constraints, and the resource types to which it can be associated. See
`Metadata Definition Concepts
-<http://docs.openstack.org/developer/glance/metadefs-concepts.html>`_ in the
+<https://docs.openstack.org/glance/latest/user/metadefs-concepts.html>`_ in the
Glance Developer documentation for more information.
.. note:: By default, only admins can manipulate the data exposed by
diff --git a/api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json b/api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json
index cf9399179..4c297388e 100644
--- a/api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json
+++ b/api-ref/source/v2/samples/schemas-metadef-resource-type-association-show-response.json
@@ -9,7 +9,7 @@
"type": "string"
},
"name": {
- "description": "Resource type names should be aligned with Heat resource types whenever possible: http://docs.openstack.org/developer/heat/template_guide/openstack.html",
+ "description": "Resource type names should be aligned with Heat resource types whenever possible: https://docs.openstack.org/heat/latest/template_guide/openstack.html",
"maxLength": 80,
"type": "string"
},
diff --git a/api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json b/api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json
index 4d967449b..ac555a292 100644
--- a/api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json
+++ b/api-ref/source/v2/samples/schemas-metadef-resource-type-associations-list-response.json
@@ -33,7 +33,7 @@
"type": "string"
},
"name": {
- "description": "Resource type names should be aligned with Heat resource types whenever possible: http://docs.openstack.org/developer/heat/template_guide/openstack.html",
+ "description": "Resource type names should be aligned with Heat resource types whenever possible: https://docs.openstack.org/heat/latest/template_guide/openstack.html",
"maxLength": 80,
"type": "string"
},
diff --git a/api-ref/source/v2/tasks.inc b/api-ref/source/v2/tasks.inc
index be9cda0d6..f370bdb32 100644
--- a/api-ref/source/v2/tasks.inc
+++ b/api-ref/source/v2/tasks.inc
@@ -19,7 +19,7 @@ consult your cloud provider's documentation for more information.
**Conceptual Overview**
-Please see the `Tasks <http://docs.openstack.org/developer/glance/tasks.html>`_
+Please see the `Tasks <https://docs.openstack.org/glance/latest/admin/tasks.html>`_
section of the Glance Developers Documentation for a conceptual overview of
tasks.