From e1fc9403110b32abca2a13a36cf58664e279f833 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= <ondrej.novy@firma.seznam.cz>
Date: Sun, 15 Nov 2015 17:58:02 +0100
Subject: [PATCH] Docs moved to readthedocs.org

Change-Id: Idd5de7c4d1d511f2e3083af9e06329ee388dbd57
---
 README.md            | 6 +++---
 doc/source/index.rst | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index db850a4..b398d9f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Swauth
 ------
 
 An Auth Service for Swift as WSGI Middleware that uses Swift itself as a
-backing store. Sphinx-built docs at: <http://gholt.github.io/swauth/>
+backing store. Docs at: <http://swauth.readthedocs.org/>
 
 See also <https://github.com/openstack/keystone> for the standard OpenStack
 auth service.
@@ -11,8 +11,8 @@ auth service.
 NOTE
 ----
 
-**Be sure to review the Sphinx-built docs at:
-<http://gholt.github.io/swauth/>**
+**Be sure to review the docs at:
+<http://swauth.readthedocs.org/>**
 
 
 Quick Install
diff --git a/doc/source/index.rst b/doc/source/index.rst
index f5d4747..828cb0d 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -9,8 +9,8 @@ Swauth
     Copyright (c) 2010-2012 OpenStack, LLC
 
     An Auth Service for Swift as WSGI Middleware that uses Swift itself as a
-    backing store. Sphinx-built docs at: http://gholt.github.com/swauth/
-    Source available at: https://github.com/gholt/swauth
+    backing store. Docs at: http://swauth.readthedocs.org/
+    Source available at: https://github.com/openstack/swauth
 
     See also https://github.com/openstack/keystone for the standard OpenStack
     auth service.