You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/02/22 08:15:54 UTC

[camel] branch master updated: CAMEL-11497 - fix broken links

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

onders 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 f7009f8  CAMEL-11497 - fix broken links
f7009f8 is described below

commit f7009f8ab625c3aa18c0c67136f9113805251532
Author: onders86 <on...@gmail.com>
AuthorDate: Thu Feb 22 10:22:42 2018 +0300

    CAMEL-11497 - fix broken links
---
 camel-core/src/main/docs/eips/from-eip.adoc          | 2 +-
 camel-core/src/main/docs/eips/pipes-and-filters.adoc | 9 +++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/camel-core/src/main/docs/eips/from-eip.adoc b/camel-core/src/main/docs/eips/from-eip.adoc
index 480c619..27cc0fe 100644
--- a/camel-core/src/main/docs/eips/from-eip.adoc
+++ b/camel-core/src/main/docs/eips/from-eip.adoc
@@ -1,6 +1,6 @@
 [[from-eip]]
 == From EIP
-Starting point for a Camel route that starts a route with a given endpoint. The endpoint can be from one of the many Camel [Components](https://github.com/apache/camel/tree/master/components). The component creates Camel exchanges from their respective sources and puts them into the route.
+Starting point for a Camel route that starts a route with a given endpoint. The endpoint can be from one of the many Camel link:https://github.com/apache/camel/tree/master/components[Components]. The component creates Camel exchanges from their respective sources and puts them into the route.
 
 === Options
 
diff --git a/camel-core/src/main/docs/eips/pipes-and-filters.adoc b/camel-core/src/main/docs/eips/pipes-and-filters.adoc
index 5c86150..ef30252 100644
--- a/camel-core/src/main/docs/eips/pipes-and-filters.adoc
+++ b/camel-core/src/main/docs/eips/pipes-and-filters.adoc
@@ -1,22 +1,19 @@
 [[PipesandFilters-PipesandFilters]]
 == Pipes and Filters
 
-Camel supports the
-http://www.enterpriseintegrationpatterns.com/PipesAndFilters.html[Pipes
-and Filters] from the link:enterprise-integration-patterns.html[EIP
-patterns] in various ways.
+Camel supports the link:http://www.enterpriseintegrationpatterns.com/PipesAndFilters.html[Pipes and Filters] from the link:https://github.com/apache/camel/blob/master/docs/user-manual/en/enterprise-integration-patterns.adoc[EIP patterns] in various ways.
 
 image:http://www.enterpriseintegrationpatterns.com/img/PipesAndFilters.gif[image]
 
 With Camel you can split your processing across multiple independent
-link:endpoint.html[Endpoint] instances which can then be chained
+link:https://github.com/apache/camel/blob/master/docs/user-manual/en/endpoint.adoc[Endpoint] instances which can then be chained
 together.
 
 [[PipesandFilters-Samples]]
 === Samples
 
 You can create pipelines of logic using multiple
-link:endpoint.html[Endpoint] or link:message-translator.html[Message
+link:https://github.com/apache/camel/blob/master/docs/user-manual/en/endpoint.adoc[Endpoint] or link:https://github.com/apache/camel/blob/master/camel-core/src/main/docs/eips/message-translator.adoc[Message
 Translator] instances as follows
 
 Though pipeline is the default mode of operation when you specify

-- 
To stop receiving notification emails like this one, please contact
onders@apache.org.