From 1fc94b32ea0f7f571c18e67850c10aac47ecb626 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Wed, 24 Aug 2022 16:11:00 +0530 Subject: [PATCH] docs: fix doc link pointing to master in dashboard.rst Signed-off-by: Nizamudeen A (cherry picked from commit 79bbaa555307639cd10819c35c0d0c2f4cd7f0fd) --- doc/mgr/dashboard.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 9752c8ac5e68..e0cfbe2ea2f0 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -534,14 +534,14 @@ on appropriate hosts, proceed with the following steps. Dashboards can be added to Grafana by importing dashboard JSON files. Use the following command to download the JSON files:: - wget https://raw.githubusercontent.com/ceph/ceph/master/monitoring/ceph-mixin/dashboards_out/.json + wget https://raw.githubusercontent.com/ceph/ceph/main/monitoring/ceph-mixin/dashboards_out/.json You can find various dashboard JSON files `here `_ . + main/monitoring/ceph-mixin/dashboards_out>`_ . For Example, for ceph-cluster overview you can use:: - wget https://raw.githubusercontent.com/ceph/ceph/master/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json + wget https://raw.githubusercontent.com/ceph/ceph/main/monitoring/ceph-mixin/dashboards_out/ceph-cluster.json You may also author your own dashboards. -- 2.47.3