[
https://issues.apache.org/jira/browse/CAMEL-11497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16372531#comment-16372531
]
ASF GitHub Bot commented on CAMEL-11497:
----------------------------------------
onderson closed pull request #2231: CAMEL-11497 - fix broken links
URL: https://github.com/apache/camel/pull/2231
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/camel-core/src/main/docs/eips/from-eip.adoc
b/camel-core/src/main/docs/eips/from-eip.adoc
index 480c61995ba..27cc0fe5eed 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 5c861503364..ef30252021b 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
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Migrate the rest of the Confluence content
> ------------------------------------------
>
> Key: CAMEL-11497
> URL: https://issues.apache.org/jira/browse/CAMEL-11497
> Project: Camel
> Issue Type: Sub-task
> Components: website
> Reporter: Zoran Regvart
> Assignee: Önder Sezgin
> Priority: Major
>
> There are still pages in the Confluence that are not migrated to Asciidoctor
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)