From 22e21ad9b244304311de57c11e4052ea8c1f476c Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Sat, 2 Aug 2025 12:46:19 -0400 Subject: [PATCH] Update broken link CQL reference in README.asc patch by Alex Gaetano Padula; reviewed by Stefan Miklosovic for CASSANDRA-20823 --- README.asc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asc b/README.asc index f1270a83df..0dee9fa8b9 100644 --- a/README.asc +++ b/README.asc @@ -71,7 +71,7 @@ If your session looks similar to what's above, congrats, your single node cluster is operational! For more on what commands are supported by CQL, see -http://cassandra.apache.org/doc/latest/cql/[the CQL reference]. A +https://cassandra.apache.org/doc/4.0/cassandra/cql/[the CQL reference]. A reasonable way to think of it is as, "SQL minus joins and subqueries, plus collections." Wondering where to go from here?