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

4
.gitmodules vendored
View file

@ -1,7 +1,7 @@
[submodule "lwip/lwip"] [submodule "lwip/lwip"]
path = lwip/lwip path = lwip/lwip
url = git@github.com:SuperHouse/esp-lwip.git url = https://github.com/SuperHouse/esp-lwip.git
[submodule "axtls/axtls"] [submodule "axtls/axtls"]
path = axtls/axtls path = axtls/axtls
url = git@github.com:SuperHouse/axtls.git url = https://github.com/SuperHouse/axtls.git

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`): * 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 cd esp-open-rtos
``` ```