From 92c804fd5527fd34c6909224b31dbdeae2c7b748 Mon Sep 17 00:00:00 2001 From: Hong Date: Thu, 24 Sep 2020 19:29:22 +0800 Subject: [PATCH] Docs: Fix "Field options and overrides" page links (#27758) What this PR does / why we need it: Fix [Field options and overrides](https://grafana.com/docs/grafana/latest/panels/field-options/) several links. Which issue(s) this PR fixes: None. Special notes for your reviewer: --- docs/sources/panels/field-options/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/panels/field-options/_index.md b/docs/sources/panels/field-options/_index.md index 7341a03fc98..b9d4ecbd235 100644 --- a/docs/sources/panels/field-options/_index.md +++ b/docs/sources/panels/field-options/_index.md @@ -17,11 +17,11 @@ Field options allow you to change how the data is displayed in your visualizatio ## Field options -_Field options_, both standard and custom, can be found in the Field tab in the panel editor. Changes on this tab apply to all fields (i.e. series/columns). For example, if you change the unit to percentage, then all fields with numeric values are displayed in percentages. Learn how to apply a field option in [Configure all fields](configure-all-fields.md). +_Field options_, both standard and custom, can be found in the Field tab in the panel editor. Changes on this tab apply to all fields (i.e. series/columns). For example, if you change the unit to percentage, then all fields with numeric values are displayed in percentages. Learn how to apply a field option in [Configure all fields]({{< relref "configure-all-fields.md" >}}). ## Field overrides -_Field overrides_ can be added in the Overrides tab in the panel editor. There you can add the same options as you find in the Field tab, but they are only applied to specific fields. Learn how to apply an override in [Configure specific fields](configure-specific-fields.md). +_Field overrides_ can be added in the Overrides tab in the panel editor. There you can add the same options as you find in the Field tab, but they are only applied to specific fields. Learn how to apply an override in [Configure specific fields]({{< relref "configure-specific-fields.md" >}}). ## Available field options and overrides