docs: update git clone to https protocol

closes #5032
This commit is contained in:
Kevin Jones
2022-10-31 16:39:42 -04:00
committed by Douglas Christopher Wilson
parent 8368dc178a
commit 06b2b1416d

View File

@@ -104,7 +104,7 @@ $ npm start
To view the examples, clone the Express repo and install the dependencies:
```console
$ git clone git://github.com/expressjs/express.git --depth 1
$ git clone https://github.com/expressjs/express.git --depth 1
$ cd express
$ npm install
```