diff --git a/content/documentation/doctor/02-getting-ready.md b/content/documentation/doctor/02-getting-ready.md index cb4cf54..b4e63da 100644 --- a/content/documentation/doctor/02-getting-ready.md +++ b/content/documentation/doctor/02-getting-ready.md @@ -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 ``` diff --git a/content/documentation/index.md b/content/documentation/index.md index bed6164..957ca3a 100644 --- a/content/documentation/index.md +++ b/content/documentation/index.md @@ -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