mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
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 6e97b83b60
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes scylladb/scylladb#19182
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