You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/30 06:56:02 UTC

[camel-website] branch master updated: Fixed link to example

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

davsclaus 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 861f2eb  Fixed link to example
861f2eb is described below

commit 861f2ebc1853ecd93b5912a20b2a17a3366bda2a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 30 08:55:52 2021 +0200

    Fixed link to example
---
 content/blog/2021/03/Camel39-Whatsnew/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2021/03/Camel39-Whatsnew/index.md b/content/blog/2021/03/Camel39-Whatsnew/index.md
index e31bac5..6f68c43 100644
--- a/content/blog/2021/03/Camel39-Whatsnew/index.md
+++ b/content/blog/2021/03/Camel39-Whatsnew/index.md
@@ -70,8 +70,8 @@ For this release we added support for:
 
 This means you can implement Camel routes in different languages and run them together.
 
-This little [example](https://github.com/apache/camel-examples/tree/master/examples/camel-example-routeloader)
-shows using Java and XML routes together. But you can drop a .ktn file in the [myroutes](https://github.com/apache/camel-examples/tree/master/examples/routeloader/src/main/resources/myroutes)
+This little [example](https://github.com/apache/camel-examples/tree/master/examples/routeloader)
+shows using Java and XML routes together. You can drop a .ktn file in the [myroutes](https://github.com/apache/camel-examples/tree/master/examples/routeloader/src/main/resources/myroutes)
 directory and Camel will during startup compile the Kotlin route and add its routes to the running Camel.
 
 Notice that this approach is based on the principe of runtime compiling small route DSL snippets.