From 52bc20dddd5b2d5a4e43e8bf39a6718524b4e934 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 25 May 2023 19:01:49 +1000 Subject: [PATCH] doc/rados: fix link in common.rst Fix a link in doc/rados/configuration/common.rst that was missing its final letter, causing a 404 error when readers attempted to follow it. This bug was reported by stalwart friend of the Ceph documentation project Eugen Block, who is here credited as a co-author. This bug was reported at https://pad.ceph.com/p/Report_Documentation_Bugs. Co-authored-by: Eugen Block Signed-off-by: Zac Dover (cherry picked from commit 8128ce20fef3d75c6251691d10af21861c01e155) --- doc/rados/configuration/common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/common.rst b/doc/rados/configuration/common.rst index 06b3e9160bc..0b373f469b6 100644 --- a/doc/rados/configuration/common.rst +++ b/doc/rados/configuration/common.rst @@ -204,4 +204,4 @@ If you need to allow multiple clusters to exist on the same host, use .. _Hardware Recommendations: ../../../start/hardware-recommendations .. _Network Configuration Reference: ../network-config-ref .. _OSD Config Reference: ../osd-config-ref -.. _Configuring Monitor/OSD Interaction: ../mon-osd-interactio +.. _Configuring Monitor/OSD Interaction: ../mon-osd-interaction -- 2.39.5