]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: fix doc link pointing to master in dashboard.rst 47785/head
authorNizamudeen A <nia@redhat.com>
Wed, 24 Aug 2022 10:41:00 +0000 (16:11 +0530)
committerNizamudeen A <nia@redhat.com>
Wed, 24 Aug 2022 10:41:00 +0000 (16:11 +0530)
Signed-off-by: Nizamudeen A <nia@redhat.com>
doc/mgr/dashboard.rst

index c513f768d4e8f30fb42a25edc869817627f6b349..149de0f8bf6e77e98c97b1e2a83d5d716e279311 100644 (file)
@@ -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/<Dashboard-name>.json
+      wget https://raw.githubusercontent.com/ceph/ceph/main/monitoring/ceph-mixin/dashboards_out/<Dashboard-name>.json
 
     You can find various dashboard JSON files `here <https://github.com/ceph/ceph/tree/
-    master/monitoring/ceph-mixin/dashboards_out>`_ .
+    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.