diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 03bade56..121482f0 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/HACKING.rst b/HACKING.rst index 043115c4..374bc06c 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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 diff --git a/README.rst b/README.rst index 873b2b52..36189d92 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/masakari/api/openstack/extensions.py b/masakari/api/openstack/extensions.py index 3b68b1b7..57ea6b16 100644 --- a/masakari/api/openstack/extensions.py +++ b/masakari/api/openstack/extensions.py @@ -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) diff --git a/masakari/api/openstack/ha/versions.py b/masakari/api/openstack/ha/versions.py index 51713bdc..e85b3dc9 100644 --- a/masakari/api/openstack/ha/versions.py +++ b/masakari/api/openstack/ha/versions.py @@ -23,7 +23,7 @@ CONF = cfg.CONF LINKS = { 'v1.0': { - 'html': 'http://docs.openstack.org/' + 'html': 'https://docs.openstack.org/' }, } diff --git a/masakari/db/sqlalchemy/migrate_repo/README.txt b/masakari/db/sqlalchemy/migrate_repo/README.txt index 6218f8ca..605845e2 100644 --- a/masakari/db/sqlalchemy/migrate_repo/README.txt +++ b/masakari/db/sqlalchemy/migrate_repo/README.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index c74dd895..1af508c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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