From 6e22f262a6266aa6e525f3f43b988f60b1f28481 Mon Sep 17 00:00:00 2001 From: Richard Boyd Date: Fri, 1 Nov 2019 15:40:53 -0400 Subject: [PATCH] chore: updated cloning instructions (#4809) old command led to some permissions issues with the message "Please make sure you have the correct access rights and the repository exists." --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4053b2d0b4de..fad9e7c431cbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ For day-to-day development and normal contributions, [Node.js ≥ 10.3.0](https: with [Yarn >= 1.19.1](https://yarnpkg.com/lang/en/docs/install) should be sufficient. ```console -$ git clone git@github.com:aws/aws-cdk.git +$ git clone https://github.com/aws/aws-cdk.git $ cd aws-cdk $ ./build.sh ```