Update and optimize documentation links

1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
This commit is contained in:
Hangdong Zhang 2017-07-19 12:37:36 +08:00
parent 8f00241510
commit c753ad8796
6 changed files with 16 additions and 16 deletions

View File

@ -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#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
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.

View File

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

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/python-glanceclient.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/tc/badges/python-glanceclient.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
:alt: The following tags have been asserted for Python bindings to the
OpenStack Images API:
"project:official",
@ -46,11 +46,11 @@ See release notes and more at `<http://docs.openstack.org/python-glanceclient/>`
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-glanceclient
.. _Online Documentation: http://docs.openstack.org/python-glanceclient
.. _Online Documentation: https://docs.openstack.org/python-glanceclient/latest/
.. _Launchpad project: https://launchpad.net/python-glanceclient
.. _Blueprints: https://blueprints.launchpad.net/python-glanceclient
.. _Bugs: https://bugs.launchpad.net/python-glanceclient
.. _Source: https://git.openstack.org/cgit/openstack/python-glanceclient
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
.. _Specs: http://specs.openstack.org/openstack/glance-specs/
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/glance-specs/

View File

@ -174,7 +174,7 @@ Create a new image.
``--architecture <ARCHITECTURE>``
Operating system architecture as specified in
http://docs.openstack.org/user-guide/common/cli-manage-images.html
https://docs.openstack.org/glance/latest/user/common-image-properties.html#architecture
``--protected [True|False]``
If true, image will not be deletable.
@ -213,7 +213,7 @@ Create a new image.
Common name of operating system distribution as
specified
in
http://docs.openstack.org/user-guide/common/cli-manage-images.html
https://docs.openstack.org/glance/latest/user/common-image-properties.html#os-distro
``--id <ID>``
An identifier for the image
@ -468,7 +468,7 @@ Update an existing image.
``--architecture <ARCHITECTURE>``
Operating system architecture as specified in
http://docs.openstack.org/user-guide/common/cli-manage-images.html
https://docs.openstack.org/glance/latest/user/common-image-properties.html#architecture
``--protected [True|False]``
If true, image will not be deletable.
@ -504,7 +504,7 @@ Update an existing image.
Common name of operating system distribution as
specified
in
http://docs.openstack.org/user-guide/common/cli-manage-images.html
https://docs.openstack.org/glance/latest/user/common-image-properties.html#os-distro
``--owner <OWNER>``
Owner of the image
@ -1182,8 +1182,8 @@ Associate resource type with a metadata definitions namespace.
``--name <NAME>``
Resource type names should be aligned with Heat
resource types whenever possible: http://docs.openstac
k.org/developer/heat/template_guide/openstack.html
resource types whenever possible:
https://docs.openstack.org/heat/latest/template_guide/openstack.html
``--properties-target <PROPERTIES_TARGET>``
Some resource types allow more than one key / value

View File

@ -15,7 +15,7 @@ For example:
Behavior set using image properties overrides behavior set using flavors.
For more information, refer to the `Manage images
<https://docs.openstack.org/admin-guide/common/cli-manage-images.html>`_
<https://docs.openstack.org/glance/latest/admin/manage-images.html>`_
in the OpenStack Administrator Guide.
.. list-table:: Image service property keys

View File

@ -6,7 +6,7 @@ description-file =
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/python-glanceclient
home-page = https://docs.openstack.org/python-glanceclient/latest/
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console