From b5dce7e3d0baa69d502fb8b3f56e0ef2edca8e75 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 8 Jun 2024 22:22:18 +0800 Subject: [PATCH] docs: correct the link pointing to Scylla U before this change it points to https://university.scylladb.com/courses/scylla-operations/lessons/change-data-capture-cdc/ which then redirects the browser to https://university.scylladb.com/courses/scylla-operations/, but it should have point to https://university.scylladb.com/courses/data-modeling/lessons/change-data-capture-cdc/ in this change, the hyperlink is corrected. Fixes #19163 Refs 6e97b83b6028326f00b823c4f8f2da4fa5c50d3c Signed-off-by: Kefu Chai Closes scylladb/scylladb#19182 --- docs/using-scylla/cdc/cdc-intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using-scylla/cdc/cdc-intro.rst b/docs/using-scylla/cdc/cdc-intro.rst index 52cce7ef83..467517fd50 100644 --- a/docs/using-scylla/cdc/cdc-intro.rst +++ b/docs/using-scylla/cdc/cdc-intro.rst @@ -85,7 +85,7 @@ The following libraries are available: More information ---------------- -`Scylla University: Change Data Capture (CDC) lesson `_ - Learn how to use CDC. Some of the topics covered are: +`Scylla University: Change Data Capture (CDC) lesson `_ - Learn how to use CDC. Some of the topics covered are: * An overview of Change Data Capture, what exactly is it, what are some common use cases, what does it do, and an overview of how it works * How can that data be consumed? Different options for consuming the data changes including normal CQL, a layered approach, and integrators