This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 8bd8932 Update walk-through-an-example.adoc (#5823)
8bd8932 is described below
commit 8bd89323a9129ef5deb133a29169a9dc5011f1d0
Author: Freek de Bruijn <[email protected]>
AuthorDate: Sun Jul 11 03:46:20 2021 +0200
Update walk-through-an-example.adoc (#5823)
I think the link to the source code should be
https://github.com/apache/camel-examples/blob/main/examples/jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java
(instead of
https://github.com/apache/camel-examples/blob/master/examples/camel-example-jms-file/src/main/java/org/apache/camel/example/jmstofile/CamelJmsToFileExample.java).
---
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 5dab86c..fca6258 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-examples/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/main/examples/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-examples/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/main/examples/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