Update the documentation link for doc migration

Change-Id: I1a5a354675b3ca6a7dbb5ab2dc78bf60209fa2b5
This commit is contained in:
Hangdong Zhang 2017-07-21 15:42:56 +08:00 committed by Tim Burke
parent 487b5a1ce4
commit 3db6ddd6e4
4 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ __ http://github.com/openstack/swift
* `How to Contribute`_
.. _PyPI: https://pypi.python.org/pypi/python-swiftclient
.. _Online Documentation: http://docs.openstack.org/developer/python-swiftclient
.. _Online Documentation: https://docs.openstack.org/python-swiftclient/latest/
.. _Launchpad project: https://launchpad.net/python-swiftclient
.. _Blueprints: https://blueprints.launchpad.net/python-swiftclient
.. _Bugs: https://bugs.launchpad.net/python-swiftclient

View File

@ -208,4 +208,4 @@ swift \-A https://127.0.0.1:443/auth/v1.0 \-U swiftops:swiftops \-K swiftops sta
.SH DOCUMENTATION
.LP
More in depth documentation about OpenStack Swift as a whole can be found at
.BI https://docs.openstack.org/developer/swift
.BI https://docs.openstack.org/swift/latest/

View File

@ -313,7 +313,7 @@ The ``-p <prefix>`` or ``--prefix <prefix>`` is an option that will only
list items beginning with that prefix. The ``-d <delimiter>`` or
``--delimiter <delimiter>`` is an option (for container listings only)
that will roll up items with the given delimiter (see `OpenStack Swift
general documentation <http://docs.openstack.org/developer/swift/>` for
general documentation <http://docs.openstack.org/swift/latest/>` for
what this means).
The ``-l`` and ``--lh`` options provide more detail, similar to ``ls -l``
@ -457,7 +457,7 @@ and is used to define the user metadata items to set in the form ``Name:Value``.
You can repeat this option. For example: ``post -m Color:Blue -m Size:Large``
For more information about ACL formats see the documentation:
`ACLs <http://docs.openstack.org/developer/swift/misc.html#acls/>`_.
`ACLs <http://docs.openstack.org/swift/latest/misc.html#acls>`_.
**Positional arguments:**
@ -927,7 +927,7 @@ object in 1GiB segments:
This command will upload segments to a container named ``videos_segments``, and
create a manifest file describing the entire object in the ``videos`` container.
For more information on large objects, see the documentation `here
<http://docs.openstack.org/developer/swift/overview_large_objects.html>`_.
<https://docs.openstack.org/swift/latest/overview_large_objects.html>`_.
.. code-block:: bash

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/python-swiftclient
home-page = https://docs.openstack.org/python-swiftclient/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology