Skip to content

Commit 6a39d88

Browse files
committed
Merge branch 'cassandra-4.0' into cassandra-4.1
2 parents 99db287 + 5101d76 commit 6a39d88

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
Requirements
1313
------------
@@ -18,7 +18,7 @@ Getting started
1818
---------------
1919

2020
This short guide will walk you through getting a basic one node cluster up
21-
and running, and demonstrate some simple reads and writes. For a more-complete guide, please see the Apache Cassandra website's http://cassandra.apache.org/doc/latest/getting_started/[Getting Started Guide].
21+
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/4.1/cassandra/getting_started/index.html[Getting Started Guide].
2222

2323
First, we'll unpack our archive:
2424

@@ -79,5 +79,5 @@ Wondering where to go from here?
7979
* Join us in #cassandra on the https://s.apache.org/slack-invite[ASF Slack] and ask questions
8080
* Subscribe to the Users mailing list by sending a mail to
8181
user-subscribe@cassandra.apache.org
82-
* Visit the http://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
83-
* Visit the http://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.
82+
* Visit the https://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
83+
* 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)