This is an automated email from the ASF dual-hosted git repository.
orpiske 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 ee15df42854 Update camel-jbang.adoc
ee15df42854 is described below
commit ee15df428540a897caae41c99e8d49af899dee5d
Author: Bruno Meseguer <[email protected]>
AuthorDate: Tue May 31 14:31:29 2022 +0100
Update camel-jbang.adoc
broken link to example caused by residual closing parenthesis sign
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index 654a3bee8bf..63465725d71 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -508,7 +508,7 @@ a Camel route with the naming convention
`direct:<operationId>`.
This make it quick to implement a Camel route for a given operation.
-See the
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/open-api)[open-api
example] for more details.
+See the
https://github.com/apache/camel-kamelets-examples/tree/main/jbang/open-api[open-api
example] for more details.
== Packaging as uber-jar