diff --git a/docs/sources/datasources/_index.md b/docs/sources/datasources/_index.md index ae8fb113694..a7627f9fc9a 100644 --- a/docs/sources/datasources/_index.md +++ b/docs/sources/datasources/_index.md @@ -47,7 +47,7 @@ For example, this video demonstrates the visual Prometheus query builder: {{< vimeo 720004179 >}} -For general information about querying in Grafana, and common options and user interface elements across all query editors, refer to [Query and transform data]({{< relref "../panels-visualizations/query-transform-data/" >}}). +For general information about querying in Grafana, and common options and user interface elements across all query editors, refer to [Query and transform data]({{< relref "../panels-visualizations/query-transform-data" >}}). ## Special data sources diff --git a/docs/sources/datasources/google-cloud-monitoring/query-editor/index.md b/docs/sources/datasources/google-cloud-monitoring/query-editor/index.md index c976baf64dd..596ff3c7ed6 100644 --- a/docs/sources/datasources/google-cloud-monitoring/query-editor/index.md +++ b/docs/sources/datasources/google-cloud-monitoring/query-editor/index.md @@ -134,7 +134,7 @@ The default values for "cloud monitoring auto" are: The other automatic option is "grafana auto", which automatically sets the Group By time depending on the time range chosen and width of the time series panel. -For more information about "grafana auto", refer to [Interval variable]({{< relref "../../../dashboards/variables/add-template-variables/#add-an-interval-variable" >}}). +For more information about "grafana auto", refer to [Interval variable]({{< relref "../../../dashboards/variables/add-template-variables#add-an-interval-variable" >}}). You can also choose fixed time intervals to group by, like `1h` or `1d`. diff --git a/docs/sources/fundamentals/dashboards-overview/index.md b/docs/sources/fundamentals/dashboards-overview/index.md index 61efa0040bb..523e1e52d1c 100644 --- a/docs/sources/fundamentals/dashboards-overview/index.md +++ b/docs/sources/fundamentals/dashboards-overview/index.md @@ -38,7 +38,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](/tutorials/build-a-data-source-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 @@ -90,6 +90,9 @@ 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/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/data-frames" [data-frames]: "/docs/grafana-cloud/ -> /docs/grafana//developers/plugins/data-frames"