diff --git a/docs/sources/explore/trace-integration.md b/docs/sources/explore/trace-integration.md index 097236e87eb..534c066e0d7 100644 --- a/docs/sources/explore/trace-integration.md +++ b/docs/sources/explore/trace-integration.md @@ -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" >}}) diff --git a/docs/sources/visualizations/status-history.md b/docs/sources/visualizations/status-history.md index 88687145bbe..310e18c303c 100644 --- a/docs/sources/visualizations/status-history.md +++ b/docs/sources/visualizations/status-history.md @@ -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" >}}