Skip to content

Commit

Permalink
Fix out-of-date links in Cassandra connector doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiangling authored and hashhar committed Feb 7, 2022
1 parent 7d7c37d commit 9b5bbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/cassandra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Property Name Description
If authorization is enabled, ``cassandra.username`` must have enough permissions to perform ``SELECT`` queries on
the ``system.size_estimates`` table.

.. _Cassandra consistency: http://www.datastax.com/documentation/cassandra/2.0/cassandra/dml/dml_config_consistency_c.html
.. _Cassandra consistency: https://docs.datastax.com/en/cassandra-oss/2.2/cassandra/dml/dmlConfigConsistency.html

The following advanced configuration properties are available:

Expand Down Expand Up @@ -169,7 +169,7 @@ The ``users`` table is an example Cassandra table from the Cassandra
`Getting Started`_ guide. It can be created along with the ``mykeyspace``
keyspace using Cassandra's cqlsh (CQL interactive terminal):

.. _Getting Started: https://wiki.apache.org/cassandra/GettingStarted
.. _Getting Started: https://cassandra.apache.org/doc/latest/cassandra/getting_started/index.html

.. code-block:: text

Expand Down

0 comments on commit 9b5bbd1

Please sign in to comment.