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 2020/09/30 06:08:53 UTC

[camel] branch master updated: Update Javadoc for link to the pipeline EIP documentation Web page (previous link was broken)

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 a6f4252  Update Javadoc for link to the pipeline EIP documentation Web page (previous link was broken)
a6f4252 is described below

commit a6f4252a5c891ee8eaa598569dd8d772022e76af
Author: Julien Bonnard <ju...@gmail.com>
AuthorDate: Tue Sep 29 23:30:33 2020 +0200

    Update Javadoc for link to the pipeline EIP documentation Web page (previous link was broken)
---
 .../src/main/java/org/apache/camel/model/ProcessorDefinition.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java b/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
index 77ed154..42651c3 100644
--- a/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
+++ b/core/camel-core-engine/src/main/java/org/apache/camel/model/ProcessorDefinition.java
@@ -885,7 +885,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
     }
 
     /**
-     * <a href="http://camel.apache.org/pipes-nd-filters.html">Pipes and Filters EIP:</a> Creates a
+     * <a href="https://camel.apache.org/components/latest/eips/pipeline-eip.html">Pipes and Filters EIP:</a> Creates a
      * {@link org.apache.camel.processor.Pipeline} so that the message will get processed by each endpoint in turn and
      * for request/response the output of one endpoint will be the input of the next endpoint
      *
@@ -898,7 +898,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
     }
 
     /**
-     * <a href="http://camel.apache.org/pipes-nd-filters.html">Pipes and Filters EIP:</a> Creates a
+     * <a href="https://camel.apache.org/components/latest/eips/pipeline-eip.html">Pipes and Filters EIP:</a> Creates a
      * {@link org.apache.camel.processor.Pipeline} of the list of endpoints so that the message will get processed by
      * each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
      *
@@ -913,7 +913,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
     }
 
     /**
-     * <a href="http://camel.apache.org/pipes-nd-filters.html">Pipes and Filters EIP:</a> Creates a
+     * <a href="https://camel.apache.org/components/latest/eips/pipeline-eip.html">Pipes and Filters EIP:</a> Creates a
      * {@link org.apache.camel.processor.Pipeline} of the list of endpoints so that the message will get processed by
      * each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
      *
@@ -928,7 +928,7 @@ public abstract class ProcessorDefinition<Type extends ProcessorDefinition<Type>
     }
 
     /**
-     * <a href="http://camel.apache.org/pipes-nd-filters.html">Pipes and Filters EIP:</a> Creates a
+     * <a href="https://camel.apache.org/components/latest/eips/pipeline-eip.html">Pipes and Filters EIP:</a> Creates a
      * {@link org.apache.camel.processor.Pipeline} of the list of endpoints so that the message will get processed by
      * each endpoint in turn and for request/response the output of one endpoint will be the input of the next endpoint
      *