From fa506b8327edd84e9b6745d6c507a4f219f1e853 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:15:13 -0500 Subject: [PATCH] docs: corrects broken relrefs (#54061) (#54097) * corrects broken relrefs * Apply suggestions from code review Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com> (cherry picked from commit c29a2c37c1e3114c9a6c3bfb6e997f1fb8f10b92) --- docs/sources/dashboards/add-organize-panels.md | 10 +++++----- docs/sources/visualizations/graph-panel.md | 2 +- docs/sources/whatsnew/whats-new-in-v7-4.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/dashboards/add-organize-panels.md b/docs/sources/dashboards/add-organize-panels.md index b48598903fd..d036849ff01 100644 --- a/docs/sources/dashboards/add-organize-panels.md +++ b/docs/sources/dashboards/add-organize-panels.md @@ -93,11 +93,11 @@ Dashboards and panels allow you to show your data in visual form. Each panel nee While not required, most visualizations need some adjustment before they properly display the information that you need. - - [Format data using value mapping]({{< relref "../panels/format-data/about-value-mapping/" >}}) - - [Visualization-specific options]({{< relref "../visualizations/" >}}) - - [Override field values]({{< relref "../panels/override-field-values/about-field-overrides/" >}}) - - [Configure thresholds]({{< relref "../panels/configure-thresholds/" >}}) - - [Configure standard options]({{< relref "../panels/configure-standard-options/" >}}) + - [Configure value mappings]({{< relref "../../panels/configure-value-mappings" >}}) + - [Visualization-specific options]({{< relref "../../visualizations/" >}}) + - [Override field values]({{< relref "../../panels/configure-overrides/" >}}) + - [Configure thresholds]({{< relref "../../panels/configure-thresholds/" >}}) + - [Configure standard options]({{< relref "../../panels/configure-standard-options/" >}}) 1. Add a note to describe the visualization (or describe your changes) and then click **Save** in the upper-right corner of the page. diff --git a/docs/sources/visualizations/graph-panel.md b/docs/sources/visualizations/graph-panel.md index 2165942baa9..0f4b3c6beb2 100644 --- a/docs/sources/visualizations/graph-panel.md +++ b/docs/sources/visualizations/graph-panel.md @@ -26,7 +26,7 @@ Graph visualizations allow you to apply: - [Alerts]({{< relref "../alerting/" >}}) - This is the only type of visualization that allows you to set alerts. - [Transform data]({{< relref "../panels/transform-data/#add-a-transformation-function-to-data" >}}) -- [Add a field override]({{< relref "../panels/override-field-values/add-a-field-override/" >}}) +- [Add a field override]({{< relref "../panels/configure-overrides#add-a-field-override" >}}) - [Configure thresholds]({{< relref "../panels/configure-thresholds/" >}}) ## Display options diff --git a/docs/sources/whatsnew/whats-new-in-v7-4.md b/docs/sources/whatsnew/whats-new-in-v7-4.md index 7943512a08b..da408edb8b3 100644 --- a/docs/sources/whatsnew/whats-new-in-v7-4.md +++ b/docs/sources/whatsnew/whats-new-in-v7-4.md @@ -75,7 +75,7 @@ For more information, refer to [Filter data by value]({{< relref "../panels/tran On the Overrides tab, you can now set properties for fields returned by a specific query. -For more information, refer to [About field overrides]({{< relref "../panels/override-field-values/about-field-overrides/" >}}). +For more information, refer to [About field overrides]({{< relref "../panels/configure-overrides" >}}). ### Exemplar support