[v8.5.x] Fix links (#75430)

Fix links in Grafana v8.x documentation

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2023-09-26 12:59:56 +01:00
committed by GitHub
parent 211af14f6e
commit 984fb26cc9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -105,4 +105,4 @@ Optional fields:
| stackTraces | string[] | List of stack traces associated with the current span. |
| errorIconColor | string | Color of the error icon in case span is tagged with `error: true`. |
For details about the types see [TraceSpanRow](https://grafana.com/docs/grafana/latest/packages_api/data/tracespanrow/), [TraceKeyValuePair](https://grafana.com/docs/grafana/latest/packages_api/data/tracekeyvaluepair/) and [TraceLog](https://grafana.com/docs/grafana/latest/packages_api/data/tracelog/)
For details about the types see [TraceSpanRow]({{< relref "../packages_api/data/tracespanrow" >}}), [TraceKeyValuePair]({{< relref "../packages_api/data/tracekeyvaluepair" >}}) and [TraceLog]({{< relref "../packages_api/data/tracelog" >}})
@@ -43,7 +43,7 @@ Controls the opacity of state regions.
## Value mappings
To assign colors to boolean or string values, use the [Value mappings](< {{ refref "../value-mappings.md"}} >).
To assign colors to boolean or string values, use the [Value mappings]({{< relref "../value-mappings" >}}).
{{< figure src="/static/img/docs/v8/value_mappings_side_editor.png" max-width="300px" caption="Value mappings side editor" >}}