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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 4c701684c263ca5446275b74ad3e739ba0a2b6aa
Author: James Netherton <[email protected]>
AuthorDate: Fri Jul 23 11:43:32 2021 +0100

    Fix broken link to command-mode itest
---
 docs/modules/ROOT/pages/user-guide/command-mode.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/command-mode.adoc 
b/docs/modules/ROOT/pages/user-guide/command-mode.adoc
index ddf3589..8bc975f 100644
--- a/docs/modules/ROOT/pages/user-guide/command-mode.adoc
+++ b/docs/modules/ROOT/pages/user-guide/command-mode.adoc
@@ -208,7 +208,7 @@ $ target/*runner -Dgreeted.subject=Joe
 == Source code
 
 The sources of the application used in this blog post are based on the 
`main-command-mode` integration test in the Camel Quarkus source tree:
-https://github.com/apache/camel-quarkus/tree/master/integration-tests/main-command-mode[https://github.com/apache/camel-quarkus/tree/master/integration-tests/main-command-mode]
+https://github.com/apache/camel-quarkus/tree/main/integration-tests/main-command-mode[https://github.com/apache/camel-quarkus/tree/main/integration-tests/main-command-mode]
 
 Bonus: The integration test module shows a way how to test command line 
applications.
 

Reply via email to