Browse Source

Update URL to CQL documentation

Current URL (https://cassandra.apache.org/doc/cql3/CQL.html) returns a 404.
URL in this PR (https://cassandra.apache.org/doc/latest/cql/index.html) takes reader to latest version of CQL documentation, currently version 3.
Steve Sharp 8 years ago
parent
commit
89ecf54a36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cassandra/content.md

+ 1 - 1
cassandra/content.md

@@ -72,7 +72,7 @@ $ docker run -it --link some-%%REPO%%:cassandra --rm %%REPO%% cqlsh cassandra
 
 ... where `some-%%REPO%%` is the name of your original Cassandra Server container.
 
-More information about the CQL can be found in the [Cassandra documentation](https://cassandra.apache.org/doc/cql3/CQL.html).
+More information about the CQL can be found in the [Cassandra documentation](https://cassandra.apache.org/doc/latest/cql/index.html).
 
 ## Container shell access and viewing Cassandra logs