Skip to content

Commit

Permalink
chore: replace remaining git clone ssh instructions (aws#4833)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy authored and Elad Ben-Israel committed Nov 4, 2019
1 parent 5bdd9bb commit 696f235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ This section includes step-by-step descriptions of common workflows.
Clone the repo:

```console
$ git clone git@github.com:aws/aws-cdk.git
$ git clone https://github.com/aws/aws-cdk.git
$ cd aws-cdk
```

Expand All @@ -341,7 +341,7 @@ $ ./pack.sh
Clone the repo:

```console
$ git clone git@github.com:aws/aws-cdk.git
$ git clone https://github.com/aws/aws-cdk.git
$ cd aws-cdk
```

Expand Down

0 comments on commit 696f235

Please sign in to comment.