summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshangxiaobj <shangxiaobj@inspur.com>2018-01-22 18:58:54 -0800
committerTim Burke <tim@swiftstack.com>2018-01-30 00:28:17 +0000
commit8bf86accca4d3a742c552cac2e523a13b6293fb6 (patch)
tree9a13900749a3845267aaa0691a90b46f01a92395
parent2faea932870956583f83226886d33304ee1eee46 (diff)
downloadpython-swiftclient-8bf86accca4d3a742c552cac2e523a13b6293fb6.tar.gz
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
-rw-r--r--CONTRIBUTING.rst4
-rw-r--r--README.rst8
-rw-r--r--bindep.txt2
-rw-r--r--doc/source/cli/index.rst4
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 <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/swift/latest/>` for
+general documentation <https://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/swift/latest/misc.html#acls>`_.
+`ACLs <https://docs.openstack.org/swift/latest/misc.html#acls>`_.
**Positional arguments:**