From c34cc036842b67b7d933bdfd1d6607fbcc5f8764 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 22 Apr 2021 11:31:10 +0800 Subject: [PATCH] doc/rados/configuration/mon-config-ref: link by ref instead of relative hyperlink the latter is more fragile. Signed-off-by: Kefu Chai --- doc/rados/configuration/mon-config-ref.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index 8afcaacbb45..ab4bffae350 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -222,7 +222,7 @@ See the `Network Configuration Reference`_ for details. Once you deploy a Ceph cluster, you **SHOULD NOT** change the IP addresses of monitors. However, if you decide to change the monitor's IP address, you -must follow a specific procedure. See `Changing a Monitor's IP Address`_ for +must follow a specific procedure. See :ref:`Changing a Monitor's IP address` for details. Monitors can also be found by clients by using DNS SRV records. See `Monitor lookup through DNS`_ for details. @@ -598,7 +598,7 @@ is far outweighed by the number of accidental pool (and thus data) deletions it .. confval:: osd_pool_default_flag_nopgchange .. confval:: osd_pool_default_flag_nosizechange -For more information about the pool flags see `Pool values`_. +For more information about the pool flags see :ref:`Pool values `. Miscellaneous ============= @@ -638,7 +638,5 @@ Miscellaneous .. _Monitoring a Cluster: ../../operations/monitoring .. _Monitoring OSDs and PGs: ../../operations/monitoring-osd-pg .. _Bootstrapping a Monitor: ../../../dev/mon-bootstrap -.. _Changing a Monitor's IP Address: ../../operations/add-or-rm-mons#changing-a-monitor-s-ip-address .. _Monitor/OSD Interaction: ../mon-osd-interaction .. _Scalability and High Availability: ../../../architecture#scalability-and-high-availability -.. _Pool values: ../../operations/pools/#set-pool-values -- 2.47.3