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
This commit is contained in:
parent
2faea93287
commit
8bf86accca
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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]
|
||||
|
@ -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:**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user