From 41def2e346702cd63c6ab499cee5c51408cc50b1 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:16:00 -0400 Subject: [PATCH] [DOC] Fix tracing links in explore/tracing (#71383) Fix tracing links --- docs/sources/explore/trace-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/explore/trace-integration.md b/docs/sources/explore/trace-integration.md index fbed9c88f68..5d1694b798f 100644 --- a/docs/sources/explore/trace-integration.md +++ b/docs/sources/explore/trace-integration.md @@ -55,7 +55,7 @@ Shows condensed view or the trace timeline. Drag your mouse over the minimap to ### Span Filters {{% admonition type="note" %}} -This feature is behind the `newTraceViewHeader` [feature toggle]({{< relref "../../setup-grafana/configure-grafana#feature_toggles" >}}). +This feature is behind the `newTraceViewHeader` [feature toggle]({{< relref "../setup-grafana/configure-grafana/feature-toggles" >}}). If you use Grafana Cloud, open a [support ticket in the Cloud Portal](/profile/org#support) to access this feature. {{% /admonition %}} @@ -124,7 +124,7 @@ You can optionally expand the node graph for the displayed trace. Depending on t The Service Graph 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 section]({{< relref "/docs/grafana/latest/datasources/tempo/#open-the-service-graph-view" >}}) of the Tempo data source page and the [service graph view page]({{< relref "/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" >}}