From b0b6c4c7e5fb458f31c0cca4f9cc305fd76cec08 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Wed, 23 Mar 2022 08:50:37 -0700 Subject: [PATCH] Update tutorial link for observability (#711) 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 4294a795a..a75b52374 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