Skip to content

Commit 7fed553

Browse files
authored
chore(custom-resources): fix broken links (#25505)
Closes #<[25503](#25503)> ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent dde8a4a commit 7fed553

File tree

1 file changed

+3
-3
lines changed
  • packages/aws-cdk-lib/custom-resources

1 file changed

+3
-3
lines changed

packages/aws-cdk-lib/custom-resources/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ This module includes a few examples for custom resource implementations:
314314

315315
Provisions an object in an S3 bucket with textual contents. See the source code
316316
for the
317-
[construct](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-file.ts) and
318-
[handler](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/custom-resources/test/provider-framework/integration-test-fixtures/s3-file-handler/index.ts).
317+
[construct](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-file.ts) and
318+
[handler](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-file-handler/index.ts).
319319

320320
The following example will create the file `folder/file1.txt` inside `myBucket`
321321
with the contents `hello!`.
@@ -344,7 +344,7 @@ This sample demonstrates the following concepts:
344344

345345
#### S3Assert
346346

347-
Checks that the textual contents of an S3 object matches a certain value. The check will be retried for 5 minutes as long as the object is not found or the value is different. See the source code for the [construct](test/provider-framework/integration-test-fixtures/s3-assert.ts) and [handler](test/provider-framework/integration-test-fixtures/s3-assert-handler/index.py).
347+
Checks that the textual contents of an S3 object matches a certain value. The check will be retried for 5 minutes as long as the object is not found or the value is different. See the source code for the [construct](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert.ts) and [handler](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/custom-resources/test/provider-framework/integration-test-fixtures/s3-assert-handler/index.py).
348348

349349
The following example defines an `S3Assert` resource which waits until
350350
`myfile.txt` in `myBucket` exists and includes the contents `foo bar`:

0 commit comments

Comments
 (0)