Commit a85e05cc by Diana Payton Committed by GitHub

Docs: Fixed broken links (#24946)

* fixed links

* Update menu.yaml
parent e1f4287f
...@@ -29,7 +29,7 @@ To access Jaeger settings, click the **Configuration** (gear) icon, then click * ...@@ -29,7 +29,7 @@ To access Jaeger settings, click the **Configuration** (gear) icon, then click *
## Query traces ## Query traces
You can query and display traces from Jaeger via [Explore]({{< relref "../explore" >}}). You can query and display traces from Jaeger via [Explore]({{< relref "../explore/" >}}).
{{< docs-imagebox img="/img/docs/v70/jaeger-query-editor.png" class="docs-image--no-shadow" caption="Screenshot of the Jaeger query editor" >}} {{< docs-imagebox img="/img/docs/v70/jaeger-query-editor.png" class="docs-image--no-shadow" caption="Screenshot of the Jaeger query editor" >}}
......
...@@ -202,8 +202,9 @@ While in Live tail view new logs will come from the bottom of the screen and wil ...@@ -202,8 +202,9 @@ While in Live tail view new logs will come from the bottom of the screen and wil
> Only available in Grafana v7.0+. > Only available in Grafana v7.0+.
You can visualize traces from tracing data sources in explore. Data sources currently supported: You can visualize traces from tracing data sources in explore. Data sources currently supported:
- [Jaeger]({{< relref "../datasources/jaeger" >}})
- [Zipkin]({{< relref "../datasources/zipkin" >}}) - [Jaeger]({{< relref "datasources/jaeger.md" >}})
- [Zipkin]({{< relref "datasources/zipkin.md" >}})
For information about how to use the query editor see documentation for specific data source. For information about how to use the query editor see documentation for specific data source.
......
...@@ -115,6 +115,8 @@ ...@@ -115,6 +115,8 @@
name: Graphite name: Graphite
- link: /features/datasources/influxdb/ - link: /features/datasources/influxdb/
name: InfluxDB name: InfluxDB
- link: /features/datasources/jaeger/
name: Jaeger
- link: /features/datasources/loki/ - link: /features/datasources/loki/
name: Loki name: Loki
- link: /features/datasources/mssql/ - link: /features/datasources/mssql/
...@@ -129,6 +131,8 @@ ...@@ -129,6 +131,8 @@
name: Prometheus name: Prometheus
- link: /features/datasources/testdata/ - link: /features/datasources/testdata/
name: TestData DB name: TestData DB
- link: /features/datasources/zipkin/
name: Zipkin
- name: Panels - name: Panels
link: /panels/ link: /panels/
children: children:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment