From e25a7e86e9ca5acc11171d536e386277a783760d Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 13 Feb 2023 17:18:49 -0500 Subject: [PATCH] doc/rgw: update links to examples/rgw Signed-off-by: Casey Bodley --- doc/radosgw/rgw-cache.rst | 2 +- doc/radosgw/s3-notification-compatibility.rst | 2 +- doc/radosgw/s3/python.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/rgw-cache.rst b/doc/radosgw/rgw-cache.rst index 2f7e72ca8d6..116db8ed4ef 100644 --- a/doc/radosgw/rgw-cache.rst +++ b/doc/radosgw/rgw-cache.rst @@ -90,7 +90,7 @@ $ sudo ln -sf /usr/local/openresty/bin/openresty /usr/bin/nginx Put in-place your Nginx configuration files and edit them according to your environment: -All Nginx conf files are under: https://github.com/ceph/ceph/tree/master/examples/rgw-cache +All Nginx conf files are under: https://github.com/ceph/ceph/tree/main/examples/rgw/rgw-cache `nginx.conf` should go to `/etc/nginx/nginx.conf` diff --git a/doc/radosgw/s3-notification-compatibility.rst b/doc/radosgw/s3-notification-compatibility.rst index b142e01c380..9a101306aa3 100644 --- a/doc/radosgw/s3-notification-compatibility.rst +++ b/doc/radosgw/s3-notification-compatibility.rst @@ -146,4 +146,4 @@ We also have the following extensions to topic configuration: .. _AWS S3 Bucket Notifications API: https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html .. _Event Message Structure: https://docs.aws.amazon.com/AmazonS3/latest/dev/notification-content-structure.html .. _`Bucket Notifications`: ../notifications -.. _`boto3 SDK filter extensions`: https://github.com/ceph/ceph/tree/master/examples/boto3 +.. _`boto3 SDK filter extensions`: https://github.com/ceph/ceph/tree/main/examples/rgw/boto3 diff --git a/doc/radosgw/s3/python.rst b/doc/radosgw/s3/python.rst index 6fb314378ac..35f6828932e 100644 --- a/doc/radosgw/s3/python.rst +++ b/doc/radosgw/s3/python.rst @@ -194,4 +194,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/boto3/service-2.sdk-extras.json +.. _extensions file: https://github.com/ceph/ceph/blob/main/examples/rgw/boto3/service-2.sdk-extras.json -- 2.39.5