From 01e345e3ab4e0b8c99be25a2f3aaaa5b93ef0d06 Mon Sep 17 00:00:00 2001 From: Kim Nylander Date: Thu, 22 Aug 2024 10:58:28 -0400 Subject: [PATCH] Fix service graph view link for doc-validator --- docs/sources/tempo/traceql/query-editor/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/tempo/traceql/query-editor/_index.md b/docs/sources/tempo/traceql/query-editor/_index.md index 3428ebd6e88..34823d0e24a 100644 --- a/docs/sources/tempo/traceql/query-editor/_index.md +++ b/docs/sources/tempo/traceql/query-editor/_index.md @@ -35,7 +35,7 @@ The three **Query types** are: - The **Search** query builder provides a user interface for building a TraceQL query. - The **TraceQL** query editor lets you write your own TraceQL query with assistance from autocomplete. -- The **Service Graph** view displays a visual relationship between services. Refer to the [Service graph view](../../metrics-generator/service-graph-view/) documentation for more information. +- The **Service Graph** view displays a visual relationship between services. Refer to the [Service graph view](https://grafana.com/docs/tempo//metrics-generator/service-graph-view/) documentation for more information. ### Search query builder @@ -68,7 +68,7 @@ Using the service graph view, you can: - Determine how long the slowest queries in your service take to complete - Examine all traces that contain spans of particular interest based on rate, error, and duration values (RED signals) -For more information about the service graph, refer to [Service graph view](../../metrics-generator/service-graph-view/). +For more information about the service graph, refer to [Service graph view](https://grafana.com/docs/tempo//metrics-generator/service-graph-view/). ![Screenshot of the Service Graph view](/media/docs/grafana/data-sources/tempo/query-editor/tempo-ds-query-service-graph.png)