Fix links in README

patch by Rishabh Saraswat; reviewed by Brad Schoening, Jyothsna Konisa, Stefan Miklosovic for CASSANDRA-21110
This commit is contained in:
omniCoder77 2026-01-20 14:57:41 +01:00 committed by Stefan Miklosovic
parent 3c66c74a0f
commit 5101d76b21
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ https://cwiki.apache.org/confluence/display/CASSANDRA2/Partitioners[Partitioning
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].
For more information, see https://cassandra.apache.org/[the Apache Cassandra web site].
Requirements
------------
@ -18,7 +18,7 @@ Getting started
---------------
This short guide will walk you through getting a basic one node cluster up
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].
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.0/cassandra/getting_started/index.html[Getting Started Guide].
First, we'll unpack our archive:
@ -79,5 +79,5 @@ Wondering where to go from here?
* Join us in #cassandra on the https://s.apache.org/slack-invite[ASF Slack] and ask questions
* Subscribe to the Users mailing list by sending a mail to
user-subscribe@cassandra.apache.org
* Visit the http://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
* Visit the http://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.
* Visit the https://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
* Visit the https://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.