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.git
The following commit(s) were added to refs/heads/master by this push: new 3bf0212 link too source broken (#3599) 3bf0212 is described below commit 3bf02126876d7426a5b5f58dddd3a019c8e5b9a7 Author: brunoNetId <bruno.meseg...@gmail.com> AuthorDate: Tue Feb 25 18:54:13 2020 +0000 link too source broken (#3599) --- docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc b/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc index a3a92e6..5dab86c 100644 --- a/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc +++ b/docs/user-manual/modules/ROOT/pages/walk-through-an-example.adoc @@ -1,12 +1,12 @@ = Walk through an Example Code This mini-guide takes you through the source code of a -https://github.com/apache/camel/blob/master/examples/camel-example-jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java[simple +https://github.com/apache/camel-examples/blob/master/examples/camel-example-jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java[simple example]. Camel can be configured either by using xref:spring.adoc[Spring] or directly in Java - which -https://github.com/apache/camel/blob/master/examples/camel-example-jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java[this +https://github.com/apache/camel-examples/blob/master/examples/camel-example-jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java[this example does]. We start with creating a xref:camelcontext.adoc[CamelContext] - which is