Replace obsolete vanity openstack.org URLs

Project specific URLs are obsolete, use docs.openstack.org - and use
https for that site.

Change-Id: Iab3d2d2c05fa1bd9d8aa5d01e9511d3234616212
This commit is contained in:
Andreas Jaeger 2017-03-08 19:30:26 +01:00 committed by Peter Lisák
parent b935e49add
commit 07d757cd90
2 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
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
If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow
https://docs.openstack.org/infra/manual/developers.html#development-workflow
Please don't feel offended by difference of opinion. Be prepared to advocate
for your change and iterate on it based on feedback. Reach out to other people

View File

@ -26,7 +26,7 @@ Before discussing how to install Swauth within a Swift system, it might help to
2. It intercepts requests to ``/auth/`` (by default).
3. It also uses Swift's `authorize callback <http://swift.openstack.org/development_auth.html>`_ and `acl callback <http://swift.openstack.org/misc.html#module-swift.common.middleware.acl>`_ features to authorize Swift requests.
3. It also uses Swift's `authorize callback <https://docs.openstack.org/developer/swift/development_auth.html>`_ and `acl callback <https://docs.openstack.org/developer/swift/misc.html#module-swift.common.middleware.acl>`_ features to authorize Swift requests.
4. Swauth will also make various internal calls to the Swift WSGI pipeline it's installed in to manipulate containers and objects within an ``AUTH_.auth`` (by default) Swift account. These containers and objects are what store account and user information.