From f3f9cf4b79517f67db778f630eba48ebc8d49327 Mon Sep 17 00:00:00 2001 From: Darwin Chowdary <39110935+imabhichow@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:20:41 -0800 Subject: [PATCH] chore: fix examples path --- migration_examples/v3-to-v4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration_examples/v3-to-v4/README.md b/migration_examples/v3-to-v4/README.md index 3de9b3ab6..633ebc324 100644 --- a/migration_examples/v3-to-v4/README.md +++ b/migration_examples/v3-to-v4/README.md @@ -1,6 +1,6 @@ # S3 Encryption Client v3 to v4 Migration Examples -> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](../../../src/examples/java/software/amazon/encryption/s3/examples). +> **Note:** This directory contains migration-specific examples for users upgrading from v3 to v4. If you're starting fresh with the S3 Encryption Client, see the [code examples](../../src/examples/java/software/amazon/encryption/s3/examples). This directory contains examples demonstrating the migration path from S3 Encryption Client v3 to v4, focusing on different commitment policy configurations. For more information, refer to the Developer Guide.