Skip to content

Commit

Permalink
Change github URLs to use HTTPS not ssh
Browse files Browse the repository at this point in the history
Thanks again to vic for pointing this out!
  • Loading branch information
projectgus committed Jun 11, 2015
1 parent 5e08256 commit b3aa4ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit b3aa4ee

Please sign in to comment.