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

[camel] branch master updated: Remove dead link to javadoc of ExchangePattern

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 6ccce21  Remove dead link to javadoc of ExchangePattern
     new 1986883  Merge pull request #3382 from apupier/patch-3
6ccce21 is described below

commit 6ccce2182eab5c6ab6e55038aef4c7519704a6eb
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Wed Dec 4 11:05:25 2019 +0100

    Remove dead link to javadoc of ExchangePattern
    
    use the fully qualified name so that users can find the enumeration easily as the information is no more available from the link that is removed.
---
 docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc b/docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc
index 5151b3d..1718660 100644
--- a/docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc
+++ b/docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc
@@ -11,7 +11,7 @@ Integration Patterns] the common examples are
 * Event Message (or one way)
 
 In Camel we have an
-http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ExchangePattern.html[ExchangePattern]
+`org.apache.camel.ExchangePattern`
 enumeration which can be configured on the *exchangePattern* property on
 the Message Exchange indicating if a message
 exchange is a one way Event Message (InOnly) or