This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5abe47c1b870e9d9c5955a25ce06429b9c47673a Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 12:53:35 2024 +0100 CAMEL-20410: documentation fixes for camel-lra - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- components/camel-lra/src/main/docs/lra.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-lra/src/main/docs/lra.adoc b/components/camel-lra/src/main/docs/lra.adoc index 0cbacc0b407..9ff6b4708fa 100644 --- a/components/camel-lra/src/main/docs/lra.adoc +++ b/components/camel-lra/src/main/docs/lra.adoc @@ -11,7 +11,7 @@ *Since Camel {since}* -The LRA module provides bindings of the Saga EIP with any https://github.com/eclipse/microprofile-lra[MicroProfile compatible LRA Coordinator]. +The LRA module provides bindings of the xref:eips:saga-eip.adoc[Saga EIP] with any https://github.com/eclipse/microprofile-lra[MicroProfile compatible LRA Coordinator]. Maven users will need to add the following dependency to their `pom.xml` for this component:
