Update and replace http with https for doc links

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I61252f53d3bb59d7357ef9a5898046e06fff553a
This commit is contained in:
shangxiaobj 2017-09-15 00:06:38 -07:00
parent 1afb9f0cbf
commit a959a0d951
3 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -9,7 +9,7 @@ as one of the management protocols.
:Free software: Apache license :Free software: Apache license
:Wiki: https://wiki.openstack.org/wiki/Valence :Wiki: https://wiki.openstack.org/wiki/Valence
:Source: http://git.openstack.org/cgit/openstack/valence :Source: http://git.openstack.org/cgit/openstack/valence
:Bugs: http://bugs.launchpad.net/openstack-valence :Bugs: https://bugs.launchpad.net/openstack-valence
========================= =========================

View File

@ -73,7 +73,7 @@ class V1Base(base.ObjectBase):
v1.links = [link.Link.make_link('self', request.url_root, v1.links = [link.Link.make_link('self', request.url_root,
'v1', '', bookmark=True), 'v1', '', bookmark=True),
link.Link.make_link('describedby', link.Link.make_link('describedby',
'http://docs.openstack.org', 'https://docs.openstack.org',
'developer/valence/dev', 'developer/valence/dev',
'api-spec-v1.html', 'api-spec-v1.html',
bookmark=True, type='text/html')] bookmark=True, type='text/html')]