From a95ad052dff4b388ff35ca6cffa3fadf259fe831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Przytu=C5=82a?= Date: Tue, 5 Aug 2025 09:42:06 +0200 Subject: [PATCH] Fix link to ScyllaDB manual The link would point to outdated OS docs. I fixed it to point to up-to-date Enterprise docs. Closes scylladb/scylladb#25328 (cherry picked from commit 7600ccfb20091a18a014015d96d5f5ec7a960bd5) Closes scylladb/scylladb#25484 --- docs/kb/consistency.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kb/consistency.rst b/docs/kb/consistency.rst index 235dda8810..edd8990a06 100644 --- a/docs/kb/consistency.rst +++ b/docs/kb/consistency.rst @@ -83,7 +83,7 @@ Additional References * `Jepsen and ScyllaDB: Putting Consistency to the Test blog post `_ * `Nauto: Achieving Consistency in an Eventually Consistent Environment blog post `_ -* `Consistency Levels documentation `_ +* `Consistency Levels documentation `_ * `High Availability lesson on ScyllaDB University `_ * `Lightweight Transactions lesson on ScyllaDB University `_ * `Getting the Most out of Lightweight Transactions in ScyllaDB blog post `_