]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: s/doc/ref for dashboard urls 22772/head
authorJos Collin <jcollin@redhat.com>
Fri, 29 Jun 2018 12:46:54 +0000 (18:16 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 29 Jun 2018 14:49:56 +0000 (20:19 +0530)
Replaced :doc: with :ref: as per https://github.com/ceph/ceph/pull/22750#discussion_r198895040.

Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/glossary.rst
doc/mgr/dashboard.rst
doc/releases/mimic.rst
doc/start/intro.rst

index 41ddbb8e69568874596698cd29c44ddc9ae8f9e8..95d6b8b713c7b8ed8b41a11564eba5b3f5165b4f 100644 (file)
@@ -127,7 +127,7 @@ reflect either technical terms or legacy ways of referring to Ceph systems.
        Dashboard Plugin
        Dashboard
                 A built-in web based monitoring and administration application to
-                Ceph Manager. Refer :doc:`/mgr/dashboard` for more details.
+                Ceph Manager. Refer :ref:`mgr-dashboard` for more details.
 
        Ceph Metadata Server
        MDS
index 2b653384f428bb4c4ca177820fd8daf0417fe540..857d71b0796c2483a24be95056db592e2c5ce844 100644 (file)
@@ -1,8 +1,8 @@
+.. _mgr-dashboard:
+
 Ceph Manager Dashboard
 ======================
 
-.. _mgr-dashboard-overview:
-
 Overview
 --------
 
index 00f56c9411bf4bb087f854b9b5af60eb0d75be40..1fd93e8f7c4fae725384a61f8a796b4e4cc21d35 100644 (file)
@@ -12,7 +12,7 @@ Major Changes from Luminous
     replaced with a new implementation inspired by and derived from the
     `openATTIC <https://openattic.org>`_ Ceph management tool, providing a
     drop-in replacement offering a :ref:`number of additional management
-    features <mgr-dashboard-overview>`.
+    features <mgr-dashboard>`.
 
 - *RADOS*:
 
@@ -419,8 +419,8 @@ These changes occurred between the Luminous and Mimic releases.
     replaced with a new implementation, providing a drop-in replacement offering
     a number of additional management features. To access the new dashboard, you
     first need to define a username and password and create an SSL certificate.
-    See the :ref:`dashboard documentation <mgr-dashboard-overview>` for a feature
-    overview and installation instructions.
+    See the :ref:`mgr-dashboard` for a feature overview and installation
+    instructions.
 
   - The ``ceph-rest-api`` command-line tool (obsoleted by the MGR
     `restful` module and deprecated since v12.2.5) has been dropped.
index d24839bc366be37ae495e280541fcbfa33f24020..c6ad03e7277806253d958768bacbe0f295b5251a 100644 (file)
@@ -28,7 +28,7 @@ required when running Ceph Filesystem clients.
   state of the Ceph cluster, including storage utilization, current
   performance metrics, and system load.  The Ceph Manager daemons also
   host python-based plugins to manage and expose Ceph cluster
-  information, including a web-based :doc:`/mgr/dashboard` and
+  information, including a web-based :ref:`mgr-dashboard` and
   `REST API`_.  At least two managers are normally required for high
   availability.