update git clone url for trainingwheels project

Cleartext protocols are so 2017.
This commit is contained in:
Julien Cristau
2019-01-10 14:11:13 +01:00
committed by GitHub
parent 69a66b3f78
commit 37198cfcc9

View File

@@ -78,7 +78,7 @@ First step: clone the source code for the app we will be working on.
```bash
$ cd
$ git clone git://github.com/jpetazzo/trainingwheels
$ git clone https://github.com/jpetazzo/trainingwheels
...
$ cd trainingwheels
```