Merge "Fix typos and replace http with https for doc links"

This commit is contained in:
Jenkins 2017-08-25 15:15:20 +00:00 committed by Gerrit Code Review
commit 089d956f63
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ Sample response::
"rel": "self"
},
{
"href": "http://docs.openstack.org/",
"href": "https://docs.openstack.org/",
"rel": "describedby",
"type": "text/html"
}

View File

@ -37,7 +37,7 @@ def version_descriptor(base_url, version, released_on):
'id': version,
'links': [
{'href': url, 'rel': 'self', },
{'href': 'http://docs.openstack.org/',
{'href': 'https://docs.openstack.org/',
'rel': 'describedby', 'type': 'text/html', }],
'media-types': [
{'base': 'application/json', 'type': MEDIA_TYPE_JSON % version, },

View File

@ -26,7 +26,7 @@ V2_MEDIA_TYPES = [
]
V2_HTML_DESCRIPTION = {
'href': 'http://docs.openstack.org/',
'href': 'https://docs.openstack.org/',
'rel': 'describedby',
'type': 'text/html',
}

View File

@ -10,4 +10,4 @@ upgrade:
deprecations:
- |
The ceilometer to panko dispatcher is now deprecated. The publisher
should be used going foward.
should be used going forward.