This is an automated email from the ASF dual-hosted git repository.

dspavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new e5631efaaaf IGNITE-28585 Fix image links in docs for CDC (#13115)
e5631efaaaf is described below

commit e5631efaaafab3bd161adaa359dbfb5c7e28307f
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]>
---
 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].

Reply via email to