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/08/31 13:25:53 UTC

[camel-website] branch master updated: Fix cleverbuilder.com link

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 251b384  Fix cleverbuilder.com link
     new 21ca522  Merge pull request #84 from monodot/cb-url-update
251b384 is described below

commit 251b384845ad45dd7dc2a7306638d1e38e537fd7
Author: Tom Donohue <mo...@users.noreply.github.com>
AuthorDate: Sat Aug 31 13:51:31 2019 +0100

    Fix cleverbuilder.com link
---
 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 306a73e..8d15e71 100644
--- a/content/community/articles.md
+++ b/content/community/articles.md
@@ -167,7 +167,7 @@ These examples show usage of several different components and other concepts suc
 *   [Deploying Apache Camel to Google Kubernetes Engine](https://medium.com/google-cloud/deploying-apache-camel-to-google-kubernetes-engine-a2b8290b070f) from December 2017 by Evgeny Minkevich talks about how they run Apache Camel in containers on Google Cloud. The article has details how to manage, monitor and log your Camel applications.
 *   [Spring Boot, Apache Camel, and Swagger UI](http://bennet-schulz.com/2018/01/17/Spring-Boot-Apache-Camel-and-Swagger-UI/) from January 2018 by Bennet Schulz shows how you can quickly create a Camel application running on Spring Boot with Rest DSL and Swagger UI out of the box.
 *   [The Saga Pattern in Apache Camel](https://www.nicolaferraro.me/2018/04/25/saga-pattern-in-apache-camel/) from April 2018 by Nicola Ferraro explains in an in-depth blog post all about the new Saga pattern that was added to Camel 2.21.
-*   [Creating a REST API in Apache Camel](https://cleverbuilder.com/articles/camel-rest/) from June 2018 by Tom Donohue explains the Rest DSL and how to use it with a basic example that is a great tutorial for learning about the Rest DSL. 
+*   [Creating a REST API in Apache Camel](https://tomd.xyz/articles/camel-rest/) from June 2018 by Tom Donohue explains the Rest DSL and how to use it with a basic example that is a great tutorial for learning about the Rest DSL. 
 *   [Enterprise integration for Ethereum](https://medium.com/@bibryam/enterprise-integration-for-ethereum-fa67a1577d43) from July 2018 by Bilgin Ibryam explains the Ethereum eco-system and where you can use Camel with the bit-coin and block-chain technologies.
 *   [Camel Aggregation Strategies](http://blog.joshdreagan.com/2018/08/30/camel_aggregation_strategies/) from August 2018 by Josh Reagan whom blogs about how to aggregate data using Camel's AggregationStrategy when using EIPs such as Content Enricher, Splitter or the Aggregator.