From 2d175c34d7d006a7757f06a69f02ebeffaf9671e Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Mon, 9 Nov 2020 10:52:55 -0800 Subject: [PATCH] Docs: Fix links (#28945) * Update getting-started.md * Update configure-specific-fields.md * Fixed links, added a test file to the shared folder --- docs/sources/getting-started/getting-started.md | 3 +-- .../panels/field-options/configure-specific-fields.md | 4 ++-- docs/sources/shared/test.md | 7 +++++++ 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 docs/sources/shared/test.md diff --git a/docs/sources/getting-started/getting-started.md b/docs/sources/getting-started/getting-started.md index ee46dbd4a9f..e5273dffc67 100644 --- a/docs/sources/getting-started/getting-started.md +++ b/docs/sources/getting-started/getting-started.md @@ -43,14 +43,13 @@ To create your first dashboard: ## Next steps - Continue to experiment with what you have built, try the [explore workflow]({{< relref "../explore/index.md" >}}) or another visualization feature. Refer to [Data sources]({{< relref "../features/datasources/data-sources.md" >}}) for a list of supported data sources and instructions on how to [add a data source]({{< relref "../features/datasources/add-a-data-source.md" >}}). The following topics will be of interest to you: + Continue to experiment with what you have built, try the [explore workflow]({{< relref "../explore/index.md" >}}) or another visualization feature. Refer to [Data sources]({{< relref "../datasources/_index.md" >}}) for a list of supported data sources and instructions on how to [add a data source]({{< relref "../datasources/add-a-data-source.md" >}}). The following topics will be of interest to you: - [Panels]({{< relref "../panels/panels-overview.md" >}}) - [Dashboards]({{< relref "../dashboards/_index.md" >}}) - [Keyboard shortcuts]({{< relref "../dashboards/shortcuts.md" >}}) - [Plugins](https://grafana.com/grafana/plugins?orderBy=weight&direction=asc) - ### Admins The following topics are of interest to Grafana server admin users: diff --git a/docs/sources/panels/field-options/configure-specific-fields.md b/docs/sources/panels/field-options/configure-specific-fields.md index a08987f63e5..ba322807d79 100644 --- a/docs/sources/panels/field-options/configure-specific-fields.md +++ b/docs/sources/panels/field-options/configure-specific-fields.md @@ -11,7 +11,7 @@ Overrides allow you to change the settings for one or more fields. Field options For example, you could change the number of decimal places shown in all numeric fields or columns by changing the **Decimals** option for **Fields with type** that matches **Numeric**. For more information about options, refer to: - [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations. - - [Table field options]({{< relref "table-field-options.md" >}}), which only apply to table panel visualizations. + - [Table field options]({{< relref "../visualizations/table/table-field-options.md" >}}), which only apply to table panel visualizations. ## Add a field override @@ -27,7 +27,7 @@ You can override as many field options as you want to. 1. Click **Add override property**. 1. Select the field option that you want to apply. - [Standard field options]({{< relref "standard-field-options.md" >}}), which apply to all panel visualizations that allow transformations. - - [Table field options]({{< relref "table-field-options.md" >}}), which only apply to table panel visualizations. + - [Table field options]({{< relref "../visualizations/table/table-field-options.md" >}}), which only apply to table panel visualizations. 1. Enter options by adding values in the fields. To return options to default values, delete the white text in the fields. 1. Continue to add overrides to this field by clicking **Add override property**, or you can click **Add override** and select a different field to add overrides to. 1. When finished, click **Save** to save all panel edits to the dashboard. diff --git a/docs/sources/shared/test.md b/docs/sources/shared/test.md new file mode 100644 index 00000000000..9c08b9efa05 --- /dev/null +++ b/docs/sources/shared/test.md @@ -0,0 +1,7 @@ +--- +title: Shared Content +--- + +1. Step one +2. Step two +3. Step three \ No newline at end of file