diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst
index 1c55d133..cb749788 100644
--- a/docs/server/source/drivers-clients/index.rst
+++ b/docs/server/source/drivers-clients/index.rst
@@ -5,6 +5,6 @@ Drivers & Clients
    :maxdepth: 1
 
    http-client-server-api
-   python-driver
+   The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
    example-apps
    
\ No newline at end of file
diff --git a/docs/server/source/drivers-clients/python-driver.md b/docs/server/source/drivers-clients/python-driver.md
deleted file mode 100644
index 99563924..00000000
--- a/docs/server/source/drivers-clients/python-driver.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# The Python Driver
-
-The BigchainDB Python Driver is a Python wrapper around the [HTTP Client-Server API](http-client-server-api.html). A developer can use it to develop a Python app that communicates with one or more BigchainDB clusters.
-
-The BigchainDB Python Driver documentation is at:
-
-[http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html](http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html)