This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch ignite-2.18
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.18 by this push:
new b18a75e1be2 IGNITE-28585 Fix image links in docs for CDC (#13115)
b18a75e1be2 is described below
commit b18a75e1be27504f4efdd0b2d905b2ec8fe757b6
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Thu May 7 19:08:55 2026 +0300
IGNITE-28585 Fix image links in docs for CDC (#13115)
authored-by: zstan <[email protected]>
(cherry picked from commit e5631efaaafab3bd161adaa359dbfb5c7e28307f)
---
docs/{assets => _docs}/images/integrations/CDC-design.svg | 0
docs/_docs/persistence/change-data-capture.adoc | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/assets/images/integrations/CDC-design.svg
b/docs/_docs/images/integrations/CDC-design.svg
similarity index 100%
rename from docs/assets/images/integrations/CDC-design.svg
rename to docs/_docs/images/integrations/CDC-design.svg
diff --git a/docs/_docs/persistence/change-data-capture.adoc
b/docs/_docs/persistence/change-data-capture.adoc
index 1fc27c50a4f..e844e026eaa 100644
--- a/docs/_docs/persistence/change-data-capture.adoc
+++ b/docs/_docs/persistence/change-data-capture.adoc
@@ -30,7 +30,7 @@ Ignite implements CDC with the `ignite-cdc.sh` application
and link:https://gith
Below are the CDC application and the Ignite node integrated via WAL archive
segments:
-image:../../assets/images/integrations/CDC-design.svg[]
+image::images/integrations/CDC-design.svg[]
When CDC is enabled, the Ignite server node creates a hard link to each WAL
archive segment in the special `db/cdc/\{consistency_id\}` directory.
The `ignite-cdc.sh` application runs on a different JVM and processes newly
archived link:persistence/native-persistence#_write-ahead_log[WAL segments].