Change github URLs to use HTTPS not ssh

Thanks again to vic for pointing this out!
This commit is contained in:
Angus Gratton 2015-06-12 07:44:14 +10:00
parent 5e08256849
commit b3aa4eedd3
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Similar to, but substantially different from, the [Espressif IOT RTOS SDK](https
* Use git to clone the esp-open-rtos project (note the `--recursive`):
```
git clone --recursive git@github.com:superhouse/esp-open-rtos.git
git clone --recursive https://github.com/Superhouse/esp-open-rtos.git
cd esp-open-rtos
```