Update tutorial link for observability (#711)

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
greenie-msft 2022-03-23 08:50:37 -07:00 committed by GitHub
parent 436586292e
commit b0b6c4c7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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