From b3aa4eedd38c511f6168c30db1ab8cf6dde9ad93 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Fri, 12 Jun 2015 07:44:14 +1000 Subject: [PATCH] Change github URLs to use HTTPS not ssh Thanks again to vic for pointing this out! --- .gitmodules | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index cc98fe2..6a00a93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 3e6d0fc..40cc578 100644 --- a/README.md +++ b/README.md @@ -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 ```