From 76789d8d5f02e990983ee40018faeb0e7b870c60 Mon Sep 17 00:00:00 2001
From: davebshow <davebshow@gmail.com>
Date: Sun, 28 Jun 2015 21:30:38 -0400
Subject: [PATCH] updating doc urls

---
 README.md  | 4 +++-
 README.txt | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3681545..fb70ba7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# aiogremlin 0.0.9 [(gizmo grew up)](https://pypi.python.org/pypi/gizmo/0.1.12)
+# [aiogremlin 0.0.9](https://pypi.python.org/pypi/gizmo/0.1.12)
+
+## [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)
 
 `aiogremlin` is a **Python 3** driver for the the [Tinkerpop 3 Gremlin Server](http://tinkerpop.incubator.apache.org/docs/3.0.0.M9-incubating/#gremlin-server). This module is built on [Asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](http://aiohttp.readthedocs.org/en/v0.15.3/index.html) `aiogremlin` is currently in **alpha** mode, but all major functionality has test coverage.
 
diff --git a/README.txt b/README.txt
index 68949bf..1dd4b7c 100644
--- a/README.txt
+++ b/README.txt
@@ -8,4 +8,4 @@ aiogremlin - Async Python 3 driver for TP3 Gremlin Server
 `Official Documentation`_
 
 
-.. _Official Documentation: https://github.com/davebshow/aiogremlin
+.. _Official Documentation: http://aiogremlin.readthedocs.org/en/latest/
-- 
GitLab