From cdf7ac6fd8b4353b5da5709a88ef7be869845d7f Mon Sep 17 00:00:00 2001 From: Ali <115415312+xogoodnow@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:52:23 +0330 Subject: [PATCH] Enterprise-traces docs: Fixed broken links (#96598) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed broken links * Update _index.md * Update URL --------- Co-authored-by: Irene Rodríguez --- docs/sources/datasources/tempo/query-editor/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/datasources/tempo/query-editor/_index.md b/docs/sources/datasources/tempo/query-editor/_index.md index d2f37e700f7..b561a54bdcd 100644 --- a/docs/sources/datasources/tempo/query-editor/_index.md +++ b/docs/sources/datasources/tempo/query-editor/_index.md @@ -75,7 +75,7 @@ You can use the **Search** query builder's user interface to select options to s These selections generate a TraceQL query. Any query generated using **Search** query builder can be transferred to the **TraceQL** query editor, where you can edit the query directly. -To learn more about how to query by TraceQL, refer to the [TraceQL documentation](/docs/tempo/latest/traceql). +To learn more about how to query by TraceQL, refer to the [TraceQL documentation](https://grafana.com/docs/tempo//traceql). ## Choose a query editing mode @@ -123,15 +123,15 @@ 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](../service-graph/). +For more information about the service graph, refer to [Service graph](../service-graph). ![Screenshot of the Service Graph view](/media/docs/grafana/data-sources/tempo/query-editor/tempo-ds-query-service-graph.png) ## Use TraceQL panels in dashboards -To add TraceQL panels to your dashboard, refer to the [Traces panel documentation](/docs/grafana/latest/panels-visualizations/visualizations/traces/). +To add TraceQL panels to your dashboard, refer to the [Traces panel documentation](https://grafana.com/docs/grafana//panels-visualizations/visualizations/traces/). -To learn more about Grafana dashboards, refer to the [Use dashboards documentation](/docs/grafana/latest/dashboards/use-dashboards/). +To learn more about Grafana dashboards, refer to the [Use dashboards documentation](/docs/grafana//dashboards/use-dashboards/). ## Set options for query builder and editor