Skip to content

Commit

Permalink
Merge pull request #49 from alfonsograziano/fix/getting-ready-clone-url
Browse files Browse the repository at this point in the history
Clone node-clinic-doctor-examples via https instead of SSH
  • Loading branch information
RafaelGSS authored Dec 31, 2023
2 parents d995978 + 0080a01 commit 3d4ec26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/documentation/doctor/02-getting-ready.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contains several for us to explore. Let's run the following to clone the reposit
and install its dependencies:

```bash
git clone git@github.com:nearform/node-clinic-doctor-examples.git
git clone https://github.com/clinicjs/node-clinic-doctor-examples.git
cd node-clinic-doctor-examples
npm install
```
Expand Down
2 changes: 1 addition & 1 deletion content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Flags
**4.** We have a set of example apps on Github. Let's run through the first one using [Clinic.js Doctor](/doctor/) and autocannon:

```bash
git clone git@github.com:nearform/node-clinic-doctor-examples.git
git clone https://github.com/clinicjs/node-clinic-doctor-examples.git
cd node-clinic-doctor-examples
npm install
clinic doctor --autocannon [ / ] -- node ./slow-io
Expand Down

0 comments on commit 3d4ec26

Please sign in to comment.