diff --git a/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx b/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx index a0206d0089..ec5ab0dacc 100644 --- a/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx +++ b/docs/docs/examples-tutorials/recipes/running-tracetest-with-jaeger.mdx @@ -110,7 +110,7 @@ This will: The output of the test will look similar to this: ![Tracetest with Jaeger Example Output](../img/tracetest-jaeger-example-output.png) -You can follow the links in the output to view the run group and the test result on Tracetest. +Follow the links in the output to view the run group and the test result on Tracetest. Jaeger is started as a part of this recipe, and you can access Jaeger's UI at `http://localhost:16686/` and see any traces generated.