From: Nizamudeen A Date: Wed, 24 Aug 2022 10:41:00 +0000 (+0530) Subject: docs: fix doc link pointing to master in dashboard.rst X-Git-Tag: v18.0.0~174^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47785%2Fhead;p=ceph.git docs: fix doc link pointing to master in dashboard.rst Signed-off-by: Nizamudeen A --- diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index c513f768d4e8..149de0f8bf6e 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.