From: Casey Bodley Date: Mon, 13 Feb 2023 22:18:49 +0000 (-0500) Subject: doc/rgw: update links to examples/rgw X-Git-Tag: v18.1.0~378^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e25a7e86e9ca5acc11171d536e386277a783760d;p=ceph.git doc/rgw: update links to examples/rgw Signed-off-by: Casey Bodley --- diff --git a/doc/radosgw/rgw-cache.rst b/doc/radosgw/rgw-cache.rst index 2f7e72ca8d6b..116db8ed4efe 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 b142e01c380b..9a101306aa3d 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 6fb314378ace..35f6828932ea 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