From 51b2f31c3c6e40a1d0a5fa1935e5ffba3fb19afa Mon Sep 17 00:00:00 2001 From: Nikita Salnikov-Tarnovski Date: Wed, 19 May 2021 19:54:35 +0300 Subject: [PATCH] Fix broken link (#3034) * Fix broken link * Update examples/distro/README.md Co-authored-by: Mateusz Rzeszutek Co-authored-by: Mateusz Rzeszutek --- examples/distro/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/distro/README.md b/examples/distro/README.md index 5f188fdbf6..1e2d7066ac 100644 --- a/examples/distro/README.md +++ b/examples/distro/README.md @@ -23,7 +23,7 @@ customize that * [DemoSampler](custom/src/main/java/com/example/javaagent/DemoSampler.java) - custom `Sampler` * [DemoSpanProcessor](custom/src/main/java/com/example/javaagent/DemoSpanProcessor.java) - custom `SpanProcessor` * [DemoSpanExporter](custom/src/main/java/com/example/javaagent/DemoSpanExporter.java) - custom `SpanExporter` -* [DemoServlet3Instrumentation](instrumentation/servlet-3/src/main/java/com/example/javaagent/instrumentation/DemoServlet3Instrumentation.java) - additional instrumentation +* [DemoServlet3InstrumentationModule](instrumentation/servlet-3/src/main/java/com/example/javaagent/instrumentation/DemoServlet3InstrumentationModule.java) - additional instrumentation ## Instrumentation customisation @@ -58,4 +58,4 @@ Disable existing instrumentation. Write a new one, which injects `Advice` into the same (or better) method as the original instrumentation. Write your own `Advice` for this. Use existing `Tracer` directly or extend it. -As you have your own `Advice`, you can control which `Tracer` you use. \ No newline at end of file +As you have your own `Advice`, you can control which `Tracer` you use.