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 1288fb5  fix wrong URL to camel example main
     new 6a29ac1  Merge pull request #158 from apulbere/patch-1
1288fb5 is described below

commit 1288fb517f37bf3ceb3a3f577fc7d6efefc72fde
Author: apulbere <apulb...@yahoo.com>
AuthorDate: Thu Feb 13 16:06:17 2020 +0200

    fix wrong URL to camel example main
---
 content/blog/Camel3-Whatsnew/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/Camel3-Whatsnew/index.md 
b/content/blog/Camel3-Whatsnew/index.md
index cf48d53..a74e5e9 100644
--- a/content/blog/Camel3-Whatsnew/index.md
+++ b/content/blog/Camel3-Whatsnew/index.md
@@ -158,7 +158,7 @@ Camel already have integration with reactive frameworks 
such as Vert.X, RxJava a
 ### 8) Camel Main
 
 We have introduced `camel-main` as a standalone JAR that makes it easier to 
run just Camel.
-There are a [couple of 
examples](https://github.com/apache/camel/blob/master/examples/camel-example-main/readme.adoc)
 with the source code that demonstrates how to do that.
+There are a [couple of 
examples](https://github.com/apache/camel-examples/blob/master/examples/camel-example-main/readme.adoc)
 with the source code that demonstrates how to do that.
 
 We also use `camel-main` to have common code to configure and bootstrap Camel 
for standalone, Spring Boot, Camel K, and Camel Quarkus. This allows us to 
share the same code, and configuration options.
 

Reply via email to