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 Refs6e97b83b60Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> (cherry picked from commitb5dce7e3d0) Closes scylladb/scylladb#19198
This commit is contained in:
@@ -85,7 +85,7 @@ The following libraries are available:
|
||||
More information
|
||||
----------------
|
||||
|
||||
`Scylla University: Change Data Capture (CDC) lesson <https://university.scylladb.com/courses/scylla-operations/lessons/change-data-capture-cdc/>`_ - Learn how to use CDC. Some of the topics covered are:
|
||||
`Scylla University: Change Data Capture (CDC) lesson <https://university.scylladb.com/courses/data-modeling/lessons/change-data-capture-cdc/>`_ - 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
|
||||
|
||||
Reference in New Issue
Block a user