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
Cherry-pick of trinodb/trino#10967

Co-authored-by: tangjiangling <[email protected]>
  • Loading branch information
2 people authored and highker committed Mar 7, 2022
1 parent f11dcb6 commit 7c1b764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presto-docs/src/main/sphinx/connector/cassandra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 @@ -163,7 +163,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:: none

Expand Down

0 comments on commit 7c1b764

Please sign in to comment.