From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:06:33 +0000 (+0700) Subject: doc/radosgw: use ref instead of external link definition X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4b6a4a69df5ed55262e58facb511c9eadc97a928;p=ceph.git doc/radosgw: use ref instead of external link definition Use a validated intra-docs link using the ref role instead of abusing external link definitions. Signed-off-by: Ville Ojamo --- diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index 20fce8a7894..22d1a8fa33d 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -2939,11 +2939,9 @@ Dedup ===== The Admin Operations API can be used to manage RGW object deduplication. -See `Full RGW Object Dedup`_ for additional details on the dedup feature and +See :ref:`radosgw-s3-dedup` for additional details on the dedup feature and CLI commands. -.. _Full RGW Object Dedup: ../s3_objects_dedup - To view dedup status, the user must have ``dedup=read`` capability. To control dedup operations, the user must have ``dedup=write`` capability. See the :ref:`radosgw-admin-guide` for details. diff --git a/doc/radosgw/s3_objects_dedup.rst b/doc/radosgw/s3_objects_dedup.rst index 3c731766b76..6a15182d76d 100644 --- a/doc/radosgw/s3_objects_dedup.rst +++ b/doc/radosgw/s3_objects_dedup.rst @@ -1,3 +1,5 @@ +.. _radosgw-s3-dedup: + ===================== Full RGW Object Dedup =====================