From bc10a6962616f2b04f3eefc76f0e0d7f178d18b8 Mon Sep 17 00:00:00 2001 From: vikkyomkar Date: Mon, 23 Dec 2019 22:11:27 +0530 Subject: [PATCH] Docs: fixed broken doc link for graph and table panels (#21238) * fixed broken doc link * fixed broken doc link --- public/app/plugins/panel/graph/README.md | 2 +- public/app/plugins/panel/table/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/panel/graph/README.md b/public/app/plugins/panel/graph/README.md index e1184beb8e7..157c8dd3111 100644 --- a/public/app/plugins/panel/graph/README.md +++ b/public/app/plugins/panel/graph/README.md @@ -4,4 +4,4 @@ This is the main Graph panel and is **included** with Grafana. It provides a ver For full reference documentation: -[http://docs.grafana.org/reference/graph/](http://docs.grafana.org/reference/graph/) +[https://grafana.com/docs/grafana/latest/features/panels/graph/](https://grafana.com/docs/grafana/latest/features/panels/graph/) diff --git a/public/app/plugins/panel/table/README.md b/public/app/plugins/panel/table/README.md index 98f2c13f75c..854e0fbbfd9 100644 --- a/public/app/plugins/panel/table/README.md +++ b/public/app/plugins/panel/table/README.md @@ -6,4 +6,4 @@ The table panel is very flexible, supporting both multiple modes for time series Check out the [Table Panel Showcase in the Grafana Playground](http://play.grafana.org/dashboard/db/table-panel-showcase) or read more about it here: -[http://docs.grafana.org/reference/table_panel/](http://docs.grafana.org/reference/table_panel/) +[https://grafana.com/docs/grafana/latest/features/panels/table_panel/](https://grafana.com/docs/grafana/latest/features/panels/table_panel/)