diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index b6c2a49..0e480ea 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must 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 OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be 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. diff --git a/README.rst b/README.rst index 2ecd785..b934fc5 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ as one of the management protocols. :Free software: Apache license :Wiki: https://wiki.openstack.org/wiki/Valence :Source: http://git.openstack.org/cgit/openstack/valence -:Bugs: http://bugs.launchpad.net/openstack-valence +:Bugs: https://bugs.launchpad.net/openstack-valence ========================= diff --git a/valence/api/v1/version.py b/valence/api/v1/version.py index 5618f0b..c5bfa43 100644 --- a/valence/api/v1/version.py +++ b/valence/api/v1/version.py @@ -73,7 +73,7 @@ class V1Base(base.ObjectBase): v1.links = [link.Link.make_link('self', request.url_root, 'v1', '', bookmark=True), link.Link.make_link('describedby', - 'http://docs.openstack.org', + 'https://docs.openstack.org', 'developer/valence/dev', 'api-spec-v1.html', bookmark=True, type='text/html')]