diff --git a/HACKING.rst b/HACKING.rst index 9047652456..dc209a98d8 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ glance 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 glance Specific Commandments diff --git a/api-ref/source/v2/metadefs-index.rst b/api-ref/source/v2/metadefs-index.rst index a1f2d84303..dcb7278dc6 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 -`_ in the +`_ 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 cf93991797..4c297388e0 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 4d967449b7..ac555a292d 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 be9cda0d64..f370bdb323 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 `_ +Please see the `Tasks `_ section of the Glance Developers Documentation for a conceptual overview of tasks. diff --git a/doc/source/user/glanceclient.rst b/doc/source/user/glanceclient.rst index f19706e346..2f0c173a64 100644 --- a/doc/source/user/glanceclient.rst +++ b/doc/source/user/glanceclient.rst @@ -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 for more information: -* `Official Docs `_ +* `Official Docs `_ * `Pypi Page `_ * `GitHub Project `_ diff --git a/etc/glance-api.conf b/etc/glance-api.conf index e851c42152..3bdb0b7171 100644 --- a/etc/glance-api.conf +++ b/etc/glance-api.conf @@ -1003,7 +1003,7 @@ # * metadef_tag # # 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: . # For example: image.create,task.success,metadef_tag diff --git a/glance/api/v2/metadef_resource_types.py b/glance/api/v2/metadef_resource_types.py index 3ee4062b0c..cc843b060e 100644 --- a/glance/api/v2/metadef_resource_types.py +++ b/glance/api/v2/metadef_resource_types.py @@ -266,7 +266,7 @@ def _get_base_properties(): 'type': 'string', 'description': _('Resource type names should be aligned with Heat ' 'resource types whenever possible: ' - 'http://docs.openstack.org/developer/heat/' + 'https://docs.openstack.org/heat/latest/' 'template_guide/openstack.html'), 'maxLength': 80, }, diff --git a/glance/notifier.py b/glance/notifier.py index cb83d13a8d..1e8b344f9f 100644 --- a/glance/notifier.py +++ b/glance/notifier.py @@ -71,7 +71,7 @@ Possible values: * metadef_tag 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: . For example: image.create,task.success,metadef_tag