Author: eevans
Date: Tue Dec  6 03:20:49 2011
New Revision: 1210766

URL: http://svn.apache.org/viewvc?rev=1210766&view=rev
Log:
fix broken drivers link

Modified:
    cassandra/site/publish/download/index.html
    cassandra/site/src/content/download/index.html

Modified: cassandra/site/publish/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/publish/download/index.html?rev=1210766&r1=1210765&r2=1210766&view=diff
==============================================================================
--- cassandra/site/publish/download/index.html (original)
+++ cassandra/site/publish/download/index.html Tue Dec  6 03:20:49 2011
@@ -128,26 +128,10 @@
   <p>
   New for 0.8 is CQL (Cassandra Query Language), an SQL-alike alternative to
   the traditional <a href="http://wiki.apache.org/cassandra/ClientOptions";>
-  RPC interface</a>.  Language drivers are available for:
-  </p>
-  <ul>
-    <li>
-      <a href="http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/";>
-          Java (JDBC)</a>
-    </li>
-    <li>
-      <a href="http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/";>
-          Python (DBAPI2)</a>
-    </li>
-  </ul>
-
-  <br />
-
-  <p>
-  When downloading from a mirror, please be sure to verify the checksums
-  and OpenPGP compatible signature (see the MD5, SHA1, and PGP links
-  above). The <a href="http://www.apache.org/dist/cassandra/KEYS";>KEYS</a> 
file contains the public
-  key(s) used for signing releases.
+  RPC interface</a>.  Drivers are available for a variety of languages and can
+  be downloaded from their respective
+  <a 
href="http://code.google.com/a/apache-extras.org/hosting/search?q=label:cql";>
+  Apache Extras hosted pages</a>.
   </p>
 
 <p>

Modified: cassandra/site/src/content/download/index.html
URL: 
http://svn.apache.org/viewvc/cassandra/site/src/content/download/index.html?rev=1210766&r1=1210765&r2=1210766&view=diff
==============================================================================
--- cassandra/site/src/content/download/index.html (original)
+++ cassandra/site/src/content/download/index.html Tue Dec  6 03:20:49 2011
@@ -107,26 +107,10 @@
   <p>
   New for 0.8 is CQL (Cassandra Query Language), an SQL-alike alternative to
   the traditional <a href="http://wiki.apache.org/cassandra/ClientOptions";>
-  RPC interface</a>.  Language drivers are available for:
-  </p>
-  <ul>
-    <li>
-      <a href="http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/";>
-          Java (JDBC)</a>
-    </li>
-    <li>
-      <a href="http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/";>
-          Python (DBAPI2)</a>
-    </li>
-  </ul>
-
-  <br />
-
-  <p>
-  When downloading from a mirror, please be sure to verify the checksums
-  and OpenPGP compatible signature (see the MD5, SHA1, and PGP links
-  above). The <a href="{{ keys_url }}">KEYS</a> file contains the public
-  key(s) used for signing releases.
+  RPC interface</a>.  Drivers are available for a variety of languages and can
+  be downloaded from their respective
+  <a 
href="http://code.google.com/a/apache-extras.org/hosting/search?q=label:cql";>
+  Apache Extras hosted pages</a>.
   </p>
 
 <p>


Reply via email to