Optimize the link address

Update link address to ensure safety and preciseness

Change-Id: Iae7efd7e026dfe0b167154ca38cf9cc1e0b84cc0
This commit is contained in:
Van Hung Pham 2017-06-08 18:36:26 +07:00
parent 00969f0bf2
commit 7edf071253
7 changed files with 10 additions and 10 deletions

View File

@ -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.

View File

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

View File

@ -20,9 +20,9 @@ Version 2.0. The full terms and conditions of this license are
detailed in the LICENSE file.
* Free software: Apache license 2.0
* Documentation: http://docs.openstack.org/developer/masakari
* Source: http://git.openstack.org/cgit/openstack/masakari
* Bugs: http://bugs.launchpad.net/masakari
* Documentation: https://docs.openstack.org/developer/masakari
* Source: https://git.openstack.org/cgit/openstack/masakari
* Bugs: https://bugs.launchpad.net/masakari
Configure masakari-api

View File

@ -442,7 +442,7 @@ def expected_errors(errors):
raise
LOG.exception("Unexpected exception in API method")
msg = _('Unexpected API Error. Please report this at '
'http://bugs.launchpad.net/masakari/ and attach the '
'https://bugs.launchpad.net/masakari/ and attach the '
'Masakari API log if possible.\n%s') % type(exc)
raise webob.exc.HTTPInternalServerError(explanation=msg)

View File

@ -23,7 +23,7 @@ CONF = cfg.CONF
LINKS = {
'v1.0': {
'html': 'http://docs.openstack.org/'
'html': 'https://docs.openstack.org/'
},
}

View File

@ -1,4 +1,4 @@
This is a database migration repository.
More information at
http://code.google.com/p/sqlalchemy-migrate/
https://github.com/openstack/sqlalchemy-migrate

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
home-page = https://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology