Skip to content

Commit 0961270

Browse files
Merge pull request #111 from archigup/main
Update git clone URIs for repo
2 parents fca362f + ec662ac commit 0961270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ See the [Featured IoT Reference Integration page](https://www.freertos.org/featu
1717
To clone using HTTPS:
1818

1919
```
20-
git clone https://github.com/FreeRTOS/iot-reference-esp32c3.git --recurse-submodules
20+
git clone https://github.com/FreeRTOS/iot-reference-esp32.git --recurse-submodules
2121
```
2222

2323
Using SSH:
2424

2525
```
26-
git clone [email protected]:FreeRTOS/iot-reference-esp32c3.git --recurse-submodules
26+
git clone [email protected]:FreeRTOS/iot-reference-esp32.git --recurse-submodules
2727
```
2828

2929
If you have downloaded the repo without using the --recurse-submodules argument, you should run:

0 commit comments

Comments
 (0)