Tempo Datasource: Correct TraceQL docs link (#61931)

* correct link

Signed-off-by: Joe Elliott <number101010@gmail.com>

* lint

Signed-off-by: Joe Elliott <number101010@gmail.com>

Signed-off-by: Joe Elliott <number101010@gmail.com>
This commit is contained in:
Joe Elliott 2023-01-23 11:59:55 -05:00 committed by GitHub
parent 857649e30b
commit 3eb065339f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,7 @@ export function QueryEditor(props: Props) {
<> <>
<InlineLabel> <InlineLabel>
Build complex queries using TraceQL to select a list of traces.{' '} Build complex queries using TraceQL to select a list of traces.{' '}
<a <a rel="noreferrer" target="_blank" href="https://grafana.com/docs/tempo/latest/traceql/">
rel="noreferrer"
target="_blank"
href="https://github.com/grafana/tempo/blob/main/docs/design-proposals/2022-04%20TraceQL%20Concepts.md"
>
Documentation Documentation
</a> </a>
</InlineLabel> </InlineLabel>