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
This commit is contained in:
Cyril Roelandt 2022-07-05 19:23:33 +02:00
parent 2866713392
commit 0cbdfdde40
9 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ glance Style Commandments
========================= =========================
- Step 1: Read the OpenStack Style Commandments - Step 1: Read the OpenStack Style Commandments
https://docs.openstack.org/developer/hacking/ https://docs.openstack.org/hacking/latest/
- Step 2: Read on - Step 2: Read on
glance Specific Commandments glance Specific Commandments

View File

@ -52,7 +52,7 @@ image.)
A metadefs definition includes a property's key, its description, its A metadefs definition includes a property's key, its description, its
constraints, and the resource types to which it can be associated. See constraints, and the resource types to which it can be associated. See
`Metadata Definition Concepts `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. Glance Developer documentation for more information.
.. note:: By default, only admins can manipulate the data exposed by .. note:: By default, only admins can manipulate the data exposed by

View File

@ -9,7 +9,7 @@
"type": "string" "type": "string"
}, },
"name": { "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, "maxLength": 80,
"type": "string" "type": "string"
}, },

View File

@ -33,7 +33,7 @@
"type": "string" "type": "string"
}, },
"name": { "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, "maxLength": 80,
"type": "string" "type": "string"
}, },

View File

@ -19,7 +19,7 @@ consult your cloud provider's documentation for more information.
**Conceptual Overview** **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 section of the Glance Developers Documentation for a conceptual overview of
tasks. tasks.

View File

@ -21,6 +21,6 @@ The command-line tool and python library for Glance are both installed
through the python-glanceclient project. Explore the following resources through the python-glanceclient project. Explore the following resources
for more information: for more information:
* `Official Docs <http://docs.openstack.org/developer/python-glanceclient/>`_ * `Official Docs <https://docs.openstack.org/python-glanceclient/latest/>`_
* `Pypi Page <https://pypi.org/project/python-glanceclient/>`_ * `Pypi Page <https://pypi.org/project/python-glanceclient/>`_
* `GitHub Project <http://github.com/openstack/python-glanceclient>`_ * `GitHub Project <http://github.com/openstack/python-glanceclient>`_

View File

@ -1003,7 +1003,7 @@
# * metadef_tag # * metadef_tag
# #
# For a complete listing and description of each event refer to: # For a complete listing and description of each event refer to:
# http://docs.openstack.org/developer/glance/notifications.html # https://docs.openstack.org/glance/latest/admin/notifications.html
# #
# The values must be specified as: <group_name>.<event_name> # The values must be specified as: <group_name>.<event_name>
# For example: image.create,task.success,metadef_tag # For example: image.create,task.success,metadef_tag

View File

@ -266,7 +266,7 @@ def _get_base_properties():
'type': 'string', 'type': 'string',
'description': _('Resource type names should be aligned with Heat ' 'description': _('Resource type names should be aligned with Heat '
'resource types whenever possible: ' 'resource types whenever possible: '
'http://docs.openstack.org/developer/heat/' 'https://docs.openstack.org/heat/latest/'
'template_guide/openstack.html'), 'template_guide/openstack.html'),
'maxLength': 80, 'maxLength': 80,
}, },

View File

@ -71,7 +71,7 @@ Possible values:
* metadef_tag * metadef_tag
For a complete listing and description of each event refer to: For a complete listing and description of each event refer to:
http://docs.openstack.org/developer/glance/notifications.html https://docs.openstack.org/glance/latest/admin/notifications.html
The values must be specified as: <group_name>.<event_name> The values must be specified as: <group_name>.<event_name>
For example: image.create,task.success,metadef_tag For example: image.create,task.success,metadef_tag