Change github URLs to use HTTPS not ssh
Thanks again to vic for pointing this out!
This commit is contained in:
parent
5e08256849
commit
b3aa4eedd3
2 changed files with 3 additions and 3 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,7 +1,7 @@
|
|||
[submodule "lwip/lwip"]
|
||||
path = lwip/lwip
|
||||
url = git@github.com:SuperHouse/esp-lwip.git
|
||||
url = https://github.com/SuperHouse/esp-lwip.git
|
||||
[submodule "axtls/axtls"]
|
||||
path = axtls/axtls
|
||||
url = git@github.com:SuperHouse/axtls.git
|
||||
url = https://github.com/SuperHouse/axtls.git
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue