You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/11/13 12:45:54 UTC

[camel] branch camel-3.11.x updated: Fixed xref

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

davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new 4192d4f  Fixed xref
4192d4f is described below

commit 4192d4f71de3e9d896ce08e659caa1d7d55691d5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 13 13:45:23 2021 +0100

    Fixed xref
---
 docs/user-manual/modules/ROOT/pages/error-handling-in-camel.adoc | 2 +-
 docs/user-manual/modules/ROOT/references.adoc                    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/error-handling-in-camel.adoc b/docs/user-manual/modules/ROOT/pages/error-handling-in-camel.adoc
index 2d1cf5c..b4209ea 100644
--- a/docs/user-manual/modules/ROOT/pages/error-handling-in-camel.adoc
+++ b/docs/user-manual/modules/ROOT/pages/error-handling-in-camel.adoc
@@ -120,7 +120,7 @@ https://issues.apache.org/jira/browse/CAMEL-5456[CAMEL-5456].
 
 //NOTE: normal attribute replacement doesn't seem to work in xrefs in section headers.
 [[ErrorhandlinginCamel-Howdoestheerrorhandlerwork]]
-== How does the xref:next@components:eips:dead-letter-channel.adoc[Dead Letter Channel] error handler work
+== How does the Dead Letter Channel error handler work
 
 When Camel is started it will inspect the routes and weave in the error
 handling into the routing. With up to 3 supported scopes, the error
diff --git a/docs/user-manual/modules/ROOT/references.adoc b/docs/user-manual/modules/ROOT/references.adoc
index 248f88a..bf817bf 100644
--- a/docs/user-manual/modules/ROOT/references.adoc
+++ b/docs/user-manual/modules/ROOT/references.adoc
@@ -1,5 +1,5 @@
 * *Reference*
-* xref:next@components::index.adoc[Components]
-* xref:next@components:dataformats:index.adoc[Data Formats]
-* xref:next@components:languages:index.adoc[Languages]
+* xref:components::index.adoc[Components]
+* xref:components:dataformats:index.adoc[Data Formats]
+* xref:languages.adoc[Languages]
 * xref:{eip-vc}:eips:enterprise-integration-patterns.adoc[EIPs]