You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/14 07:35:03 UTC

[camel-k] branch main updated: fix(doc): remove link

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e4f1d34a fix(doc): remove link
9e4f1d34a is described below

commit 9e4f1d34a5e9a2866f9d8f2ff05f4246c25067e5
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jul 14 09:34:58 2023 +0200

    fix(doc): remove link
---
 docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
index d3b89a407..992c343fc 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
@@ -395,7 +395,7 @@ simpler solution that just requires your own machine:
 camel run Earthquake.java
 ----
 
-The `camel run` command relies on https://camel.apache.org/manual/camel-jbang.html[Camel JBang] to locally run the integration. The integration will start and begin printing out earthquake data every 10 seconds.
+The `camel run` command relies on Camel JBang to locally run the integration. The integration will start and begin printing out earthquake data every 10 seconds.
 
 I show an excerpt of what is printed by the integration: