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 10:26:55 UTC

[camel-k] branch main updated: fix: broken 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 bae680a78 fix: broken link
bae680a78 is described below

commit bae680a78c4c51f7d20ee8f3ce40787a182e00ea
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Fri Jul 14 12:26:50 2023 +0200

    fix: broken 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 785408699..a6bcb520c 100644
--- a/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
+++ b/docs/modules/ROOT/pages/kamelets/kamelets-dev.adoc
@@ -389,7 +389,7 @@ spec:
 <6> Optional list of additional dependencies that are required by the data type.
 
 The sample Kamelet above declares two supported output data types `application-json` and `text-plain`.
-Each declared data type is backed by a specific Apache Camel https://camel.apache.org/manual/transformer.html[transformer] implementation that is capable of producing the specific output.
+Each declared data type is backed by a specific Apache Camel transformer implementation that is capable of producing the specific output.
 The respective transformer implementation may be provided by the Kamelet as a utility extension or by the underlying Apache Camel component.
 
 As a result the user may now choose the output data type when referencing the Kamelet in a binding.