From 8e6ab787557465227e75e8f4ef1c3b8d427b6f07 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Tue, 22 Mar 2022 16:49:53 -0700 Subject: [PATCH] Update tutorial link for observability Signed-off-by: Nick Greenfield --- examples/src/main/java/io/dapr/examples/tracing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/main/java/io/dapr/examples/tracing/README.md b/examples/src/main/java/io/dapr/examples/tracing/README.md index 4294a795a5..a75b523745 100644 --- a/examples/src/main/java/io/dapr/examples/tracing/README.md +++ b/examples/src/main/java/io/dapr/examples/tracing/README.md @@ -8,7 +8,7 @@ This sample includes: * TracingDemoMiddleServiceController (Implements two methods: `proxy_echo` and `proxy_sleep`) * InvokeClient (Invokes the exposed methods from TracingDemoService) -Also consider [getting started with observability in Dapr](https://github.com/dapr/quickstarts/tree/master/observability). +Also consider [getting started with observability in Dapr](https://github.com/dapr/quickstarts/tree/master/tutorials/observability). ## Remote invocation using the Java-SDK