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/03/22 12:19:14 UTC

[camel-website] branch fix-build created (now 5684bc5)

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

acosentino pushed a change to branch fix-build
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at 5684bc5  Fixed link to EIPs html

This branch includes the following new commits:

     new 5684bc5  Fixed link to EIPs html

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: Fixed link to EIPs html

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-build
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 5684bc53069b536fd136be84d95377fcfe2f5ce4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 22 13:18:49 2020 +0100

    Fixed link to EIPs html
---
 content/community/articles.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/community/articles.md b/content/community/articles.md
index d6d0a0d..1836898 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -238,7 +238,7 @@ These examples show Camel combined with several tools (e.g. IDE), ESBs, Applicat
 *   [Apache Camel and Scala](http://www.kai-waehner.de/blog/2011/06/23/apache-camel-and-scala-a-powerful-combination/): A powerful Combination _by Kai Wähner_
 *   [A little Scala DSL example](http://davsclaus.blogspot.com/2011/12/apache-camel-little-scala-dsl-example.html) - A little blog post showing how to use the Camel Scala DSL levering Scala functions directly in the DSL.
 *   [Apache Camel’s Scala DSL explored](https://www.avisi.nl/blog/2013/01/07/apache-camels-scala-dsl-explored) - A blog post using Camel and Scala to build a powerful solution to decouple systems. Using HTTP, JSon and Scala case classes in a nice way.
-*   [Using Apache Camel with Scala and the Camel Scala DSL](http://www.hascode.com/2013/02/using-apache-camel-with-scala-and-the-camel-scala-dsl/) - A tutorial from Feb 2013 on using Camel and Scala DSL with a number of examples using the [EIP](../../manual/latest/enterprise-integration-patterns.html)s and Camel [Components](../../manual/latest/component.html), and with source code.
+*   [Using Apache Camel with Scala and the Camel Scala DSL](http://www.hascode.com/2013/02/using-apache-camel-with-scala-and-the-camel-scala-dsl/) - A tutorial from Feb 2013 on using Camel and Scala DSL with a number of examples using the [EIP](../../components/latest/eips/enterprise-integration-patterns.html)s and Camel [Components](../../manual/latest/component.html), and with source code.
 *   [Apache Camel with Scala testing styles](http://siliconsenthil.in/blog/2013/07/07/apache-camel-with-scala-testing-styles/) - A blog post on different approaches of camel testing with ScalaTest.
 *   [Apache Camel with Scala: Extending DSL](http://siliconsenthil.in/blog/2013/07/11/apache-camel-with-scala-extending-dsl/) - A blog post extending the Camel Scala DSL