diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 41b9217c..78350dc3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - 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 2771fed8..36178c9b 100644 --- a/README.rst +++ b/README.rst @@ -96,5 +96,5 @@ Useful Links .. _Blueprints: https://blueprints.launchpad.net/python-mistralclient .. _Bugs: https://bugs.launchpad.net/python-mistralclient .. _Source: https://git.openstack.org/cgit/openstack/python-mistralclient -.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html -.. _Specs: http://specs.openstack.org/openstack/mistral-specs/ +.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html +.. _Specs: https://specs.openstack.org/openstack/mistral-specs/ diff --git a/doc/source/index.rst b/doc/source/index.rst index 2ddebd01..dad7824e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,7 +19,7 @@ Using mistralclient For information about using the mistral command-line client, see `Workflow service command-line client`_. -.. _Workflow service command-line client: https://docs.openstack.org/cli-reference/mistral.html +.. _Workflow service command-line client: https://docs.openstack.org/mistral/latest/cli/index.html Python API Reference -------------------- diff --git a/mistralclient/i18n.py b/mistralclient/i18n.py index e316797c..ee79f8ea 100644 --- a/mistralclient/i18n.py +++ b/mistralclient/i18n.py @@ -11,7 +11,7 @@ # under the License. """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html """ import oslo_i18n diff --git a/setup.cfg b/setup.cfg index 0e65fe97..98b2f3cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifiers = Operating System :: POSIX :: Linux author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/mistral/guides/mistralclient_guide.html +home-page = https://docs.openstack.org/python-mistralclient/latest/ [files] packages =