From c922a5f9567d7cc54d54b48d59f020bc5a6f0086 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:57:41 -0500 Subject: [PATCH] [DOC] Fix tracing links in explore/tracing (#71383) (#71392) * [DOC] Fix tracing links in explore/tracing (#71383) Fix tracing links (cherry picked from commit 41def2e346702cd63c6ab499cee5c51408cc50b1) * Update docs/sources/explore/trace-integration.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --------- Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- docs/sources/explore/trace-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/explore/trace-integration.md b/docs/sources/explore/trace-integration.md index f7c3f42d2ca..e63e762a4f9 100644 --- a/docs/sources/explore/trace-integration.md +++ b/docs/sources/explore/trace-integration.md @@ -84,7 +84,7 @@ Click the document icon to open a split view in Explore with the configured data The Service Graph view visualizes the span metrics (traces data for rates, error rates, and durations (RED)) and service graphs. Once the requirements are set up, this pre-configured view is immediately available. -For more information, refer to the [Service Graph view table section](https://grafana.com/docs/grafana/latest/datasources/tempo/#service-graph-view-table) of the Tempo data source page and the [service graph view page](https://grafana.com/docs/tempo/latest/metrics-generator/service-graph-view/) in the Tempo documentation. +For more information, refer to the [Service Graph view section]({{< relref "../datasources/tempo/#open-the-service-graph-view" >}}) of the Tempo data source page and the [service graph view page](/docs/tempo/latest/metrics-generator/service-graph-view/) in the Tempo documentation. {{< figure src="/static/img/docs/grafana-cloud/apm-overview.png" class="docs-image--no-shadow" max-width= "900px" caption="Screenshot of the Service Graph view" >}}