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 09:42:18 UTC

[camel] branch master updated: CAMEL-14036 - Added camel-maven-plugin 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 ff244e0  CAMEL-14036 - Added camel-maven-plugin link to user manual
ff244e0 is described below

commit ff244e0bb5f532ff5521ddc0b3ee7aa50fb78542
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 7 11:41:26 2019 +0200

    CAMEL-14036 - Added camel-maven-plugin 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 83cd19e..85e0f85 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -49,7 +49,7 @@ asynchronous
 * xref:xml-configuration.adoc[XML Configuration]
 * [Using CamelProxy] for how to use proxies for clients to easily invoke
 camel routes without them knowing
-* [Camel Maven Plugin] for running Camel from a Maven goal
+* xref:camel-maven-plugin.adoc[Camel Maven Plugin] for running Camel from a Maven goal
 * [Camel Maven Archetypes]
 * [Creating a new Spring based Camel Route]
 * [Camel JMX]