From a51cae2055714923a1df69f0987a72590d0b74be Mon Sep 17 00:00:00 2001 From: Jim Witschey Date: Fri, 14 Jul 2017 13:14:58 -0400 Subject: [PATCH] fix docs/index.rst (#797) --- docs/index.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3f9ab66b..a9f3cb38 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,7 +4,7 @@ A Python client driver for `Apache Cassandra `_. This driver works exclusively with the Cassandra Query Language v3 (CQL3) and Cassandra's native protocol. Cassandra 2.1+ is supported. -The driver supports Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. +The driver supports Python 2.7, 3.3, 3.4, 3.5, and 3.6. This driver is open source under the `Apache v2 License `_. @@ -74,8 +74,7 @@ Visit the :doc:`FAQ section ` in this documentation. Please send questions to the `mailing list `_. -Alternatively, you can use IRC. Connect to the #datastax-drivers channel on irc.freenode.net. -If you don't have an IRC client, you can use `freenode's web-based client `_. +Alternatively, you can use the `#datastax-drivers` channel in the DataStax Acadamy Slack to ask questions in real time. Reporting Issues ----------------