summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHangdong Zhang <hdzhang@fiberhome.com>2017-07-21 15:42:56 +0800
committerTim Burke <tim.burke@gmail.com>2017-07-24 09:49:59 -0700
commit3db6ddd6e480a7cb45e947290816f3dd42ac66c5 (patch)
tree4256818031989163e5fef23b3a6d66202e3b05f7 /doc
parent487b5a1ce479c12fc47673f3c8cd3259082dce6a (diff)
downloadpython-swiftclient-3db6ddd6e480a7cb45e947290816f3dd42ac66c5.tar.gz
Update the documentation link for doc migration
Change-Id: I1a5a354675b3ca6a7dbb5ab2dc78bf60209fa2b5
Diffstat (limited to 'doc')
-rw-r--r--doc/manpages/swift.12
-rw-r--r--doc/source/cli.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index d44a7d5..f772382 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -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/
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
index 1277caa..bded349 100644
--- a/doc/source/cli.rst
+++ b/doc/source/cli.rst
@@ -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