From 6cb3a5aac6e2a94e13e57c26c98de8ec40692812 Mon Sep 17 00:00:00 2001 From: osamu329 Date: Fri, 5 Mar 2021 05:21:37 +0900 Subject: [PATCH] Update link in README.md (#2498) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73b2d9ddc..ee85a71f15 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ or they might want to manually create spans for their own custom code. It is possible to inject trace information like trace id and span id into your custom application logs. -See [Logger MDC auto-instrumentation](logger-mdc-instrumentation.md) +See [Logger MDC auto-instrumentation](docs/logger-mdc-instrumentation.md) ## Troubleshooting