Skip to content

Commit 039e8b6

Browse files
committed
Merge branch 'cassandra-4.1' into cassandra-5.0
2 parents fc0ee48 + 6a39d88 commit 039e8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.asc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ https://cwiki.apache.org/confluence/display/CASSANDRA2/Partitioners[Partitioning
77

88
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.
99

10-
For more information, see http://cassandra.apache.org/[the Apache Cassandra web site].
10+
For more information, see https://cassandra.apache.org/[the Apache Cassandra web site].
1111

1212
Issues should be reported on https://issues.apache.org/jira/projects/CASSANDRA/issues/[The Cassandra Jira].
1313

@@ -21,7 +21,7 @@ Getting started
2121
---------------
2222

2323
This short guide will walk you through getting a basic one node cluster up
24-
and running, and demonstrate some simple reads and writes. For a more-complete guide, please see the Apache Cassandra website's https://cassandra.apache.org/doc/latest/cassandra/getting_started/index.html[Getting Started Guide].
24+
and running, and demonstrate some simple reads and writes. For a more-complete guide, please see the Apache Cassandra website's https://cassandra.apache.org/doc/5.0/cassandra/getting-started/index.html[Getting Started Guide].
2525

2626
First, we'll unpack our archive:
2727

@@ -84,5 +84,5 @@ Wondering where to go from here?
8484
8585
* Subscribe to the Developer mailing list by sending a mail to
8686
87-
* Visit the http://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
88-
* Visit the http://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.
87+
* Visit the https://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
88+
* Visit the https://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.

0 commit comments

Comments
 (0)