From dc50bbd1ea84962327a0387028da620277a7f02e Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 15 Jul 2022 22:50:59 +0200 Subject: [PATCH] updates broken relrefs, removes unneeded file (#52292) (#52299) (cherry picked from commit 6177e433ffb9a3093399547252b838b761fa2a94) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/alerting/_index.md | 2 +- docs/sources/alerting/contact-points/_index.md | 2 +- .../alerting/fundamentals/data-source-alerting.md | 6 +++--- docs/sources/dashboards/_index.md | 2 +- docs/sources/dashboards/dashboard-create.md | 13 ------------- .../getting-started/build-first-dashboard.md | 4 ++-- 6 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 docs/sources/dashboards/dashboard-create.md diff --git a/docs/sources/alerting/_index.md b/docs/sources/alerting/_index.md index 87cb3c45bdd..78988841a68 100644 --- a/docs/sources/alerting/_index.md +++ b/docs/sources/alerting/_index.md @@ -69,4 +69,4 @@ With mute timings, you can specify a time interval when you don’t want new not - [Role-based access control]({{< relref "../administration/roles-and-permissions/access-control/" >}}) in Grafana Enterprise. -- [Alertmanager]({{< relref "fundamentals/alertmanager/" >}}) and [High availability]({{< relref "high-availability/_index/" >}}) +- [Alertmanager]({{< relref "fundamentals/alertmanager/" >}}) and [High availability]({{< relref "./high-availability/" >}}) diff --git a/docs/sources/alerting/contact-points/_index.md b/docs/sources/alerting/contact-points/_index.md index 877636f8324..28da4e33c66 100644 --- a/docs/sources/alerting/contact-points/_index.md +++ b/docs/sources/alerting/contact-points/_index.md @@ -20,7 +20,7 @@ Use contact points to define how your contacts are notified when an alert fires. You can configure Grafana managed contact points as well as contact points for an [external Alertmanager data source]({{< relref "../../datasources/alertmanager/" >}}). For more information, see [Alertmanager]({{< relref "../fundamentals/alertmanager/" >}}). -Before you begin, see [About Grafana Alerting]({{< relref "../about-alerting/" >}}) which explains the various components of Grafana Alerting. We also recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "../fundamentals/" >}}) of Grafana Alerting. +Before you begin, see [Grafana Alerting]({{< relref "../../alerting/" >}}) which explains the various components of Grafana Alerting. We also recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "../fundamentals/" >}}) of Grafana Alerting. - [Create contact point]({{< relref "create-contact-point/" >}}) - [Edit contact point]({{< relref "edit-contact-point/" >}}) diff --git a/docs/sources/alerting/fundamentals/data-source-alerting.md b/docs/sources/alerting/fundamentals/data-source-alerting.md index dc49b08e4bd..adb43109506 100644 --- a/docs/sources/alerting/fundamentals/data-source-alerting.md +++ b/docs/sources/alerting/fundamentals/data-source-alerting.md @@ -21,7 +21,7 @@ These are the data sources that are compatible with and supported by Grafana Ale - [Elasticsearch]({{< relref "../../datasources/elasticsearch/" >}}) - [Google Cloud Monitoring]({{< relref "../../datasources/google-cloud-monitoring/" >}}) - [Graphite]({{< relref "../../datasources/graphite/" >}}) -- [InfluxDB]({{< relref "influxdb/" >}}) +- [InfluxDB]({{< relref "../../datasources/influxdb/" >}}) - [Loki]({{< relref "../../datasources/loki/" >}}) - ]Microsoft SQL Server (MSSQL)]({{< relref "../../datasources/mssql/" >}}) - [MySQL]({{< relref "../../datasources/mysql/" >}}) @@ -35,5 +35,5 @@ These are the data sources that are compatible with and supported by Grafana Ale ## Useful links -- [Grafana data sources]({{< relref "../../data-sources/" >}}) -- [Add a data source]({{< relref "../../data-sources/add-a-data-source/" >}}) +- [Grafana data sources]({{< relref "../../datasources/" >}}) +- [Add a data source]({{< relref "../../datasources/add-a-data-source/" >}}) diff --git a/docs/sources/dashboards/_index.md b/docs/sources/dashboards/_index.md index 6bbc1cbf8b5..7e04cf4a60c 100644 --- a/docs/sources/dashboards/_index.md +++ b/docs/sources/dashboards/_index.md @@ -16,7 +16,7 @@ Before you begin, ensure that you have configured a data source. See also: - [Use dashboards]({{< relref "use-dashboards/" >}}) - [Dashboard folders]({{< relref "dashboard-folders/" >}}) -- [Create dashboard]({{< relref "dashboard-create/" >}}) +- [Add and organize panels]({{< relref "add-organize-panels/" >}}) - [Manage dashboards]({{< relref "dashboard-manage/" >}}) - [Annotations]({{< relref "annotations/" >}}) - [Playlist]({{< relref "playlist/" >}}) diff --git a/docs/sources/dashboards/dashboard-create.md b/docs/sources/dashboards/dashboard-create.md deleted file mode 100644 index 6380a4c97b2..00000000000 --- a/docs/sources/dashboards/dashboard-create.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -aliases: - - /docs/grafana/latest/dashboards/dashboard-create/ - - /docs/grafana/latest/features/dashboard/dashboards/ -title: Create dashboards -weight: 7 ---- - -## Create dashboard - -To create a new dashboard: - -Click the new dashboard link on the right side of the time picker. A blank dashboard is created. diff --git a/docs/sources/getting-started/build-first-dashboard.md b/docs/sources/getting-started/build-first-dashboard.md index c1554578d51..edb0ad3ee3e 100644 --- a/docs/sources/getting-started/build-first-dashboard.md +++ b/docs/sources/getting-started/build-first-dashboard.md @@ -62,6 +62,6 @@ The following topics are of interest to Grafana server admin users: - [Grafana configuration]({{< relref "../setup-grafana/configure-grafana/" >}}) - [Authentication]({{< relref "../setup-grafana/configure-security/configure-authentication/" >}}) -- [User permissions and roles]({{< relref "../administration/manage-users-and-permissions/about-users-and-permissions/" >}}) +- [User permissions and roles]({{< relref "../administration/roles-and-permissions/" >}}) - [Provisioning]({{< relref "../administration/provisioning/" >}}) -- [Grafana CLI]({{< relref "../administration/cli/" >}}) +- [Grafana CLI]({{< relref "../cli/" >}})