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, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: 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 Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -2,7 +2,7 @@ Glance Style Commandments
========================= =========================
- Step 1: Read the OpenStack 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 - Step 2: Read on

View File

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

View File

@ -174,7 +174,7 @@ Create a new image.
``--architecture <ARCHITECTURE>`` ``--architecture <ARCHITECTURE>``
Operating system architecture as specified in 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]`` ``--protected [True|False]``
If true, image will not be deletable. If true, image will not be deletable.
@ -213,7 +213,7 @@ Create a new image.
Common name of operating system distribution as Common name of operating system distribution as
specified specified
in 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>`` ``--id <ID>``
An identifier for the image An identifier for the image
@ -468,7 +468,7 @@ Update an existing image.
``--architecture <ARCHITECTURE>`` ``--architecture <ARCHITECTURE>``
Operating system architecture as specified in 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]`` ``--protected [True|False]``
If true, image will not be deletable. If true, image will not be deletable.
@ -504,7 +504,7 @@ Update an existing image.
Common name of operating system distribution as Common name of operating system distribution as
specified specified
in 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 <OWNER>``
Owner of the image Owner of the image
@ -1182,8 +1182,8 @@ Associate resource type with a metadata definitions namespace.
``--name <NAME>`` ``--name <NAME>``
Resource type names should be aligned with Heat Resource type names should be aligned with Heat
resource types whenever possible: http://docs.openstac resource types whenever possible:
k.org/developer/heat/template_guide/openstack.html https://docs.openstack.org/heat/latest/template_guide/openstack.html
``--properties-target <PROPERTIES_TARGET>`` ``--properties-target <PROPERTIES_TARGET>``
Some resource types allow more than one key / value 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. Behavior set using image properties overrides behavior set using flavors.
For more information, refer to the `Manage images 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. in the OpenStack Administrator Guide.
.. list-table:: Image service property keys .. list-table:: Image service property keys

View File

@ -6,7 +6,7 @@ description-file =
license = Apache License, Version 2.0 license = Apache License, Version 2.0
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org 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 = classifier =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: Console Environment :: Console