summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-07 15:42:28 +0000
committerGerrit Code Review <review@openstack.org>2022-07-07 15:42:28 +0000
commit433519553519a2699e1ccd6aa219bdd2b44f82eb (patch)
tree54c3d09d3f9dd77a9ca2badac548e522b85b024d /api-ref
parentbef3a70aed19eec6d3a3fd8c4b361b00f2d59af3 (diff)
parent0cbdfdde40622cb1b58f6520ac8991c9d858f713 (diff)
downloadglance-433519553519a2699e1ccd6aa219bdd2b44f82eb.tar.gz
Merge "Fix URLs in the form docs.openstack.org/developer/$project"
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.