This is an automated email from the ASF dual-hosted git repository.
acosentino 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 698e8ab569af CEQ-12614 broken link (#22267)
698e8ab569af is described below
commit 698e8ab569afec8f7a77a8913cc2f6b63dcc66d3
Author: Andreas Jonsson <[email protected]>
AuthorDate: Thu Mar 26 09:22:16 2026 +0100
CEQ-12614 broken link (#22267)
---
components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
b/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
index cade7e533bc2..d7018f216319 100644
--- a/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
+++ b/components/camel-opentelemetry2/src/main/docs/opentelemetry2.adoc
@@ -11,7 +11,7 @@
*Since Camel {since}*
-This module is an implementation of the common `camel-telemetry` interface
based on link:++https://opentelemetry.io/[OpenTelemetry]++[OpenTelemetry]
technology.
+This module is an implementation of the common `camel-telemetry` interface
based on link:https://opentelemetry.io/[OpenTelemetry] technology.
It is named `camel-opentelemetry2` to differentiate it from the existing
`camel-opentelemetry` component, which is based on an older Camel tracing
specification. We recommend using this new component for future projects and
migrating existing applications from `camel-opentelemetry`, as this component
will likely become the default in a future version of Camel.