Skip to content

Commit 64e9d84

Browse files
committed
docs: update broken links to scylla docs
those were changed cause of scylla docs were refactored Fix: #188
1 parent 6959e30 commit 64e9d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scylla_specific.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Shard Awareness
88
As a result, latency is significantly reduced because there is no need to pass data between the shards.
99

1010
Details on the scylla cql protocol extensions
11-
https://github.com/scylladb/scylla/blob/master/docs/design-notes/protocol-extensions.md#intranode-sharding
11+
https://github.com/scylladb/scylla/blob/master/docs/dev/protocol-extensions.md#intranode-sharding
1212

1313
For using it you only need to enable ``TokenAwarePolicy`` on the ``Cluster``
1414

1515
See the configuration of ``native_shard_aware_transport_port`` and ``native_shard_aware_transport_port_ssl`` on scylla.yaml:
16-
https://github.com/scylladb/scylla/blob/master/docs/design-notes/protocols.md#cql-client-protocol
16+
https://github.com/scylladb/scylla/blob/master/docs/dev/protocols.md#cql-client-protocol
1717

1818
.. code:: python
1919

0 commit comments

Comments
 (0)