From b041c62304e0c2b4154c87363a051f49ec0dccc1 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 20 Jan 2020 16:46:51 -0500 Subject: [PATCH] doc/rgw: fix broken link to boto s3 extensions document Signed-off-by: Casey Bodley --- doc/radosgw/s3/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index 01777f75d74dc..4b9faef1186e0 100644 --- a/doc/radosgw/s3/python.rst +++ b/doc/radosgw/s3/python.rst @@ -183,4 +183,4 @@ For example, unordered list of objects could be fetched using: Without the extensions file, in the above example, boto3 would complain that the ``AllowUnordered`` argument is invalid. -.. _extensions file: https://github.com/ceph/ceph/blob/master/examples/examples/boto3/service-2.sdk-extras.json +.. _extensions file: https://github.com/ceph/ceph/blob/master/examples/boto3/service-2.sdk-extras.json -- 2.39.5