From 07d757cd90c64389978b350ea2368b6149909ffe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 8 Mar 2017 19:30:26 +0100 Subject: [PATCH] Replace obsolete vanity openstack.org URLs Project specific URLs are obsolete, use docs.openstack.org - and use https for that site. Change-Id: Iab3d2d2c05fa1bd9d8aa5d01e9511d3234616212 --- CONTRIBUTING.rst | 4 ++-- doc/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f0ed70c..6cce2f4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 diff --git a/doc/source/index.rst b/doc/source/index.rst index 87067eb..d0d10c3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 `_ and `acl callback `_ features to authorize Swift requests. +3. It also uses Swift's `authorize callback `_ and `acl callback `_ 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.