]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: fix doc link pointing to master in dashboard.rst 47791/head
authorNizamudeen A <nia@redhat.com>
Wed, 24 Aug 2022 10:41:00 +0000 (16:11 +0530)
committerZac Dover <zac.dover@gmail.com>
Wed, 24 Aug 2022 14:46:10 +0000 (00:46 +1000)
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 79bbaa555307639cd10819c35c0d0c2f4cd7f0fd)

doc/mgr/dashboard.rst

index 9752c8ac5e681051eb78af3b7e2373532191909c..e0cfbe2ea2f0675fc2727a8a152e8c9f2cb43bbe 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.