From 8bf86accca4d3a742c552cac2e523a13b6293fb6 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Mon, 22 Jan 2018 18:58:54 -0800 Subject: Update the old http doc links Update the old http doc links to the https ones according to the official OpenStack website. Change-Id: Ibf9ecbccb743d2b9a678a1ca69f0b3adc9106a12 --- CONTRIBUTING.rst | 4 ++-- README.rst | 8 ++++---- bindep.txt | 2 +- doc/source/cli/index.rst | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ec32d85..0bde968 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html 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 Gerrit is the review system used in the OpenStack projects. We're sorry, but we won't be able to respond to pull requests submitted through diff --git a/README.rst b/README.rst index 3810439..cd6a7ac 100644 --- a/README.rst +++ b/README.rst @@ -24,13 +24,13 @@ This is a python client for the Swift API. There's a Python API (the Development takes place via the usual OpenStack processes as outlined in the `OpenStack wiki`__. -__ http://docs.openstack.org/infra/manual/developers.html +__ https://docs.openstack.org/infra/manual/developers.html This code is based on the original client previously included with `OpenStack's Swift`__ The python-swiftclient is licensed under the Apache License like the rest of OpenStack. -__ http://github.com/openstack/swift +__ https://github.com/openstack/swift * Free software: Apache license * `PyPI`_ - package installation @@ -48,8 +48,8 @@ __ http://github.com/openstack/swift .. _Blueprints: https://blueprints.launchpad.net/python-swiftclient .. _Bugs: https://bugs.launchpad.net/python-swiftclient .. _Source: https://git.openstack.org/cgit/openstack/python-swiftclient -.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html -.. _Specs: http://specs.openstack.org/openstack/swift-specs/ +.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html +.. _Specs: https://specs.openstack.org/openstack/swift-specs/ .. contents:: Contents: diff --git a/bindep.txt b/bindep.txt index 27f2736..17c0cd5 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; -# see http://docs.openstack.org/infra/bindep/ for additional information. +# see https://docs.openstack.org/infra/bindep/ for additional information. pypy [test !platform:fedora] pypy-dev [test platform:dpkg] diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index bec1f5e..4aa3bfc 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.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:** -- cgit v1.2.1