You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/08 09:08:03 UTC

[camel] branch master updated: CAMEL-14036 - Added link to pluggable class resolvers to user manual

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

acosentino 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 ede58bd  CAMEL-14036 - Added link to pluggable class resolvers to user manual
ede58bd is described below

commit ede58bddd9ed754915c09e6b2dd30e034f6888fa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 8 11:07:24 2019 +0200

    CAMEL-14036 - Added link to pluggable class resolvers to user manual
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index 470bacb..331190a 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -91,7 +91,7 @@ camel routes without them knowing
 * xref:languages.adoc[Languages]
 * xref:lifecycle.adoc[Lifecycle]
 * xref:oncompletion.adoc[OnCompletion]
-* Pluggable Class Resolvers
+* xref:pluggable-class-resolvers.adoc[Pluggable Class Resolvers]
 * xref:predicate.adoc[Predicate]
 * xref:processor.adoc[Processor]
 * xref:registry.adoc[Registry]