Merge "Update and optimize documentation links"
This commit is contained in:
commit
9b4892e4ac
@ -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.
|
||||
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
--------------------
|
||||
|
@ -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
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user