Skip to content

Commit 8f96581

Browse files
committed
IGNITE-14365 CDC Documentation: fixed broken links (#9738)
(cherry picked from commit 51277ee)
1 parent 37e2a55 commit 8f96581

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/_data/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
url: persistence/disk-compression
148148
- title: Tuning Persistence
149149
url: persistence/persistence-tuning
150+
- title: Change Data Capture
151+
url: persistence/change-data-capture
150152
- title: Cluster Snapshots
151153
url: snapshots/snapshots
152154
- title: Configuring Caches

docs/_docs/persistence/native-persistence.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Native Persistence functionality is based on the following features:
3333
* Storing data partitions on disk
3434
* Write-ahead logging
3535
* Checkpointing
36-
* link:change-data-capture.adoc[Change Data Capture]
36+
* link:persistence/change-data-capture[Change Data Capture]
3737
* Usage of OS swap
3838
////
3939
*TODO: diagram: update operation + wal + checkpointing*

0 commit comments

Comments
 (0)