From 70290ca5eff5da06566a5fbc7dd76a1787de1fb0 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 18 Dec 2025 04:20:53 +1300 Subject: [PATCH] Fix clone URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c554d96..6b9817c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To run the sample application, you need to install the required dependencies. First, clone the repository: ```shell -git clone https://github.com/localstack/sample-dms-cdc-rds-to-kinesis.git +git clone https://github.com/localstack-samples/sample-dms-cdc-rds-to-kinesis.git ``` Then, navigate to the project directory: