diff --git a/README.rst b/README.rst index 42ec277..3810439 100644 --- a/README.rst +++ b/README.rst @@ -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 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 `` or ``--prefix `` is an option that will only list items beginning with that prefix. The ``-d `` or ``--delimiter `` is an option (for container listings only) that will roll up items with the given delimiter (see `OpenStack Swift -general documentation ` for +general documentation ` 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 `_. +`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 -`_. +`_. .. code-block:: bash diff --git a/setup.cfg b/setup.cfg index 4af3151..e4963db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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