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
commit b5e4c9f6aa8516c3c21fd341c7eab49688912259 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 30 09:06:59 2021 +0200 Regen docs --- docs/components/modules/others/pages/opentracing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/others/pages/opentracing.adoc b/docs/components/modules/others/pages/opentracing.adoc index 2fbd457..6e3ee7d 100644 --- a/docs/components/modules/others/pages/opentracing.adoc +++ b/docs/components/modules/others/pages/opentracing.adoc @@ -100,7 +100,7 @@ compatible with OpenTracing Java API version 0.31 or higher. The `Tracer` used will be implicitly loaded from the camel context `Registry` or using the `ServiceLoader`. -How this agent is used will be specific to how you execute your application. _Service2_ in the https://github.com/apache/camel-spring-boot-examples/tree/master/camel-example-spring-boot-opentracing[camel-example-spring-boot-opentracing] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option. +How this agent is used will be specific to how you execute your application. _Service2_ in the https://github.com/apache/camel-spring-boot-examples/tree/main/opentracing[Opentracing Spring Boot example] downloads the agent into a local folder and then uses the `exec-maven-plugin` to launch the service with the `-javaagent` command line option. == Example