diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/proc-stopping-an-incremental-snapshot-nosql.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/proc-stopping-an-incremental-snapshot-nosql.adoc index 8a3b9c0ee..941c9f27c 100644 --- a/documentation/modules/ROOT/partials/modules/all-connectors/proc-stopping-an-incremental-snapshot-nosql.adoc +++ b/documentation/modules/ROOT/partials/modules/all-connectors/proc-stopping-an-incremental-snapshot-nosql.adoc @@ -6,7 +6,7 @@ The query that you submit specifies the snapshot operation of `incremental`, and .Prerequisites -* xref:{link-signalling}#debezium-signaling-enabling-signaling[Signaling is enabled]. + +* {link-prefix}:{link-signalling}#debezium-signaling-enabling-signaling[Signaling is enabled]. + ** A signaling data collection exists on the source database. ** The signaling data collection is specified in the xref:{context}-property-signal-data-collection[`signal.data.collection`] property. @@ -31,7 +31,7 @@ db.debeziumSignal.insert({ // <1> }); ---- + -The values of the `id`, `type`, and `data` parameters in the signal command correspond to the xref:{link-signalling}#debezium-signaling-description-of-required-structure-of-a-signaling-data-collection[fields of the signaling {data-collection}]. +The values of the `id`, `type`, and `data` parameters in the signal command correspond to the {link-prefix}:{link-signalling}#debezium-signaling-description-of-required-structure-of-a-signaling-data-collection[fields of the signaling {data-collection}]. + The following table describes the parameters in the example: +