You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2013/08/29 00:29:40 UTC

svn commit: r1518405 - in /cassandra/site: publish/index.html src/content/index.html

Author: jbellis
Date: Wed Aug 28 22:29:39 2013
New Revision: 1518405

URL: http://svn.apache.org/r1518405
Log:
fix datastax doc links

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

Modified: cassandra/site/publish/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/publish/index.html?rev=1518405&r1=1518404&r2=1518405&view=diff
==============================================================================
--- cassandra/site/publish/index.html (original)
+++ cassandra/site/publish/index.html Wed Aug 28 22:29:39 2013
@@ -58,7 +58,7 @@
 	The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. <a href="http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html">Linear scalability</a> and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's support for replicating across multiple datacenters is best-in-class, providing lower latency for your users and the peace of mind of knowing that you can survive regional outages. 
       </p>
       <p>
-	Cassandra's data model offers the convenience of <a href="http://www.datastax.com/docs/1.2/ddl/indexes">column indexes</a> with the performance of log-structured updates, strong support for <a href="http://www.datastax.com/docs/1.2/ddl/table#collection-columns">denormalization</a> and <a href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized views</a>, and powerful built-in caching.
+	Cassandra's data model offers the convenience of <a href="http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_primary_index_c.html">column indexes</a> with the performance of log-structured updates, strong support for <a href="http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_anatomy_table_c.html">denormalization</a> and <a href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized views</a>, and powerful built-in caching.
       </p>
 
     </div>

Modified: cassandra/site/src/content/index.html
URL: http://svn.apache.org/viewvc/cassandra/site/src/content/index.html?rev=1518405&r1=1518404&r2=1518405&view=diff
==============================================================================
--- cassandra/site/src/content/index.html (original)
+++ cassandra/site/src/content/index.html Wed Aug 28 22:29:39 2013
@@ -15,7 +15,7 @@
 	The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. <a href="http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html">Linear scalability</a> and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's support for replicating across multiple datacenters is best-in-class, providing lower latency for your users and the peace of mind of knowing that you can survive regional outages. 
       </p>
       <p>
-	Cassandra's data model offers the convenience of <a href="http://www.datastax.com/docs/1.2/ddl/indexes">column indexes</a> with the performance of log-structured updates, strong support for <a href="http://www.datastax.com/docs/1.2/ddl/table#collection-columns">denormalization</a> and <a href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized views</a>, and powerful built-in caching.
+	Cassandra's data model offers the convenience of <a href="http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_primary_index_c.html">column indexes</a> with the performance of log-structured updates, strong support for <a href="http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_anatomy_table_c.html">denormalization</a> and <a href="http://maxgrinev.com/2010/07/12/do-you-really-need-sql-to-do-it-all-in-cassandra/">materialized views</a>, and powerful built-in caching.
       </p>
 
     </div>