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 ec56ace38ed37d54e7d4246c1ae92d6bd56a1c86 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 30 09:02:27 2021 +0200 Camel-Opentracing: Fixed link to spring boot example --- components/camel-opentracing/src/main/docs/opentracing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-opentracing/src/main/docs/opentracing.adoc b/components/camel-opentracing/src/main/docs/opentracing.adoc index b104334..54332d2 100644 --- a/components/camel-opentracing/src/main/docs/opentracing.adoc +++ b/components/camel-opentracing/src/main/docs/opentracing.adoc @@ -98,7 +98,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