This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new c6756f9 Fix doc xref
c6756f9 is described below
commit c6756f998b252df6005410c33355fb12b2313b5a
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Jun 10 00:06:58 2020 +0200
Fix doc xref
---
docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
index 63afc21..d01cdb2 100644
--- a/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
+++ b/docs/user-manual/modules/faq/pages/how-do-i-configure-endpoints.adoc
@@ -164,7 +164,7 @@ file://inbox?sorter=#class:com.foo.MySpecialSorter(10,
'Hello world', true)
=== Referring beans by type from Endpoint URIs
When configuring endpoints using URI syntax you can now refer to bean by its
type which
-are used to lookup the bean by the given type from the
xref:pages::registry.adoc[Registry].
+are used to lookup the bean by the given type from the
xref:ROOT:registry.adoc[Registry].
If there is one bean found in the registry of the given type, then that bean
instance will be used;
otherwise an exception is thrown.