This is an automated email from the ASF dual-hosted git repository.
brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
new e9cf21b Update README links
e9cf21b is described below
commit e9cf21b3a7c0a9badd397ed9580e8798f916ed45
Author: Mitesh <[email protected]>
AuthorDate: Mon Apr 26 08:43:47 2021 -0500
Update README links
Patch by Mitesh Gupta, reviewed by brandonwilliams for CASSANDRA-16631
---
README.asc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.asc b/README.asc
index 3a48991..4c76580 100644
--- a/README.asc
+++ b/README.asc
@@ -3,9 +3,9 @@ Executive summary
Cassandra is a partitioned row store. Rows are organized into tables with a
required primary key.
-http://wiki.apache.org/cassandra/Partitioners[Partitioning] means that
Cassandra can distribute your data across multiple machines in an
application-transparent matter. Cassandra will automatically repartition as
machines are added and removed from the cluster.
+https://cwiki.apache.org/confluence/display/CASSANDRA2/Partitioners[Partitioning]
means that Cassandra can distribute your data across multiple machines in an
application-transparent matter. Cassandra will automatically repartition as
machines are added and removed from the cluster.
-http://wiki.apache.org/cassandra/DataModel[Row store] means that like
relational databases, Cassandra organizes data by rows and columns. The
Cassandra Query Language (CQL) is a close relative of SQL.
+https://cwiki.apache.org/confluence/display/CASSANDRA2/DataModel[Row store]
means that like relational databases, Cassandra organizes data by rows and
columns. The Cassandra Query Language (CQL) is a close relative of SQL.
For more information, see http://cassandra.apache.org/[the Apache Cassandra
web site].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]