This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch feature/CAMEL-24237-catalog-docs in repository https://gitbox.apache.org/repos/asf/camel.git
commit ad5feb04bcb1081f2bb123d866c2d911128ed9ef Author: Claus Ibsen <[email protected]> AuthorDate: Wed Jul 22 13:20:38 2026 +0200 CAMEL-24237: Fix xrefs in a2aSubTask EIP doc to use ROOT module Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> --- .../src/main/docs/modules/eips/pages/a2aSubTask-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/a2aSubTask-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/a2aSubTask-eip.adoc index 7e30850ae4b5..00e9a1eeb39c 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/a2aSubTask-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/a2aSubTask-eip.adoc @@ -9,7 +9,7 @@ The A2A Sub Task EIP groups route steps and emits https://a2a-protocol.org/latest/specification/[A2A protocol] progress events before, after, or when the grouped work fails. -This is useful for xref:others:a2a-component.adoc[A2A] consumer routes where you want to report scoped progress updates +This is useful for xref:ROOT:a2a-component.adoc[A2A] consumer routes where you want to report scoped progress updates to the calling agent as the route processes different stages of work. The `emitBefore`, `emitAfter`, and `emitOnError` fields are optional and are evaluated as @@ -96,5 +96,5 @@ from("a2a:classpath:agent-card.json") == See Also -* xref:others:a2a-component.adoc[A2A Component] +* xref:ROOT:a2a-component.adoc[A2A Component] * xref:others:a2a-consumer.adoc[A2A Consumer Guide]
