From 4b6a4a69df5ed55262e58facb511c9eadc97a928 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:06:33 +0700 Subject: [PATCH] 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 --- doc/radosgw/adminops.rst | 4 +--- doc/radosgw/s3_objects_dedup.rst | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) 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 ===================== -- 2.47.3