From 6a5ad6ac14aa52d0c31ef717193100f3f23542ee Mon Sep 17 00:00:00 2001 From: Ankit Anand <83692067+ankit01-oss@users.noreply.github.com> Date: Wed, 19 Jun 2024 17:29:41 +0530 Subject: [PATCH] Update README.md --- lesson-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-4/README.md b/lesson-4/README.md index 75636c3..199c631 100644 --- a/lesson-4/README.md +++ b/lesson-4/README.md @@ -200,7 +200,7 @@ Once you run the application and add a task, you will be able to see it in SigNo You can see your span in the trace detail view too which will show how the request flowed and how much it took for the `add_task` operation. -![See your span in detailed trace view](../static/images/manual-spans.png) +![See your span in detailed trace view](../static/images/trace-details-manual-span.png) ## Next Steps