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/07 10:04:05 UTC

[camel] branch master updated: CAMEL-14036 - Added creating-a-new-spring-based-camel-route link 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 24d69a7  CAMEL-14036 - Added creating-a-new-spring-based-camel-route link to user manual
24d69a7 is described below

commit 24d69a7d5f8a835507eb7f0a5e6d2d0bfe34242c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 7 12:03:33 2019 +0200

    CAMEL-14036 - Added creating-a-new-spring-based-camel-route link 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 57d808b..39304b4 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -51,7 +51,7 @@ asynchronous
 camel routes without them knowing
 * xref:camel-maven-plugin.adoc[Camel Maven Plugin] for running Camel from a Maven goal
 * xref:camel-maven-archetypes.adoc[Camel Maven Archetypes]
-* [Creating a new Spring based Camel Route]
+* xref:creating-a-new-spring-based-camel-route.adoc[Creating a new Spring based Camel Route]
 * [Camel JMX]
 * xref:using-osgi-blueprint-with-camel.adoc[Using OSGi blueprint with Camel]
 * xref:rest-dsl.adoc[Working with REST and Rest DSL]