From 0080a01c9edbc0d3b96eefbbe4ce696b2875b7db Mon Sep 17 00:00:00 2001 From: Alfonso Graziano Date: Sun, 31 Dec 2023 16:45:22 +0100 Subject: [PATCH] fix (docs): changed node-clinic-doctor-examples repo url --- content/documentation/doctor/02-getting-ready.md | 2 +- content/documentation/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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