Skip to content

Commit 575efd8

Browse files
docs(s3): update link for s3 event notification filter (#34280)
The event notification filtering documentation links were outdated. This PR updates the links to event notification filtering in the relevant methods docstrings. Closes #34277 ### Reason for this change The event notification filtering documentation links were outdated. ### Description of changes Changes only to the URL in docstrings. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 06b463f commit 575efd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/aws-cdk-lib/aws-s3/lib/bucket.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export interface IBucket extends IResource {
344344
* that will be matched against the s3 object key. Refer to the S3 Developer Guide
345345
* for details about allowed filter rules.
346346
*
347-
* @see https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-filtering
347+
* @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
348348
*
349349
* @example
350350
*
@@ -895,7 +895,7 @@ export abstract class BucketBase extends Resource implements IBucket {
895895
* that will be matched against the s3 object key. Refer to the S3 Developer Guide
896896
* for details about allowed filter rules.
897897
*
898-
* @see https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#notification-how-to-filtering
898+
* @see https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html
899899
*
900900
* @example
901901
*

0 commit comments

Comments
 (0)