From 8487fe302cf2a95ece6445c40efcf1723d5e0624 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:51:13 -0400 Subject: [PATCH] [v10.0.x] Docs: Replace relref with docs/ref link (#74393) Docs: Replace relref with docs/ref link (#74215) * Replaced relref with docs/ref link and fixed docs/ref shortcode content * Removed trailing slashes (cherry picked from commit 34be361299099733a5a35321555ba53d5e4f9649) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- docs/sources/fundamentals/dashboards-overview/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/fundamentals/dashboards-overview/index.md b/docs/sources/fundamentals/dashboards-overview/index.md index acb8ad15569..ceb5b39ddaa 100644 --- a/docs/sources/fundamentals/dashboards-overview/index.md +++ b/docs/sources/fundamentals/dashboards-overview/index.md @@ -43,7 +43,7 @@ A Grafana plugin is software that adds new capabilities to Grafana. They come in The data coming into the plugin from the data source might be in many different formats (such as JSON, rows and columns, or CSV), but when it leaves the plugin and moves through the rest of the gates toward a visualization, it's always in data frames. -Currently, Grafana offers a diverse range of 155 data sources that you can use. The most commonly used options are already pre-installed and accessible. Before exploring other options, look for an existing data source that matches your requirements. Grafana constantly updates the list, but if you don't find a suitable data source, you can browse through the [plugin catalog](/grafana/plugins/?type=datasource) or [create a plugin]({{< relref "../../developers/plugins/create-a-grafana-plugin" >}}). +Currently, Grafana offers a diverse range of 155 data sources that you can use. The most commonly used options are already pre-installed and accessible. Before exploring other options, look for an existing data source that matches your requirements. Grafana constantly updates the list, but if you don't find a suitable data source, you can browse through the [plugin catalog](/grafana/plugins/?type=datasource) or [create a plugin][create-plugin]. ## Queries @@ -95,8 +95,8 @@ And with the data source identified and the plugin installed, you can write your This component architecture is part of what makes Grafana so powerful and general. Given the data source plugin and data frame abstraction, any data source you can access can work with the same general approach. {{% docs/reference %}} -[create-plugin]: "/docs/grafana/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames" -[create-plugin]: "/docs/grafana-cloud/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames" +[create-plugin]: "/docs/grafana/ -> /docs/grafana//developers/plugins/create-a-grafana-plugin" +[create-plugin]: "/docs/grafana-cloud/ -> /docs/grafana//developers/plugins/create-a-grafana-plugin" [data-frames]: "/docs/grafana/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames" [data-frames]: "/docs/grafana-cloud/ -> /docs/grafana//developers/plugins/introduction-to-plugin-development/data-frames"