Skip to content

Commit 9aa83b7

Browse files
update link to main & remove lab from git command
1 parent 98a238b commit 9aa83b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Optionally, client key / certificate authentication may be used with the mbedtls
4747
### Cloning the Repository
4848
To clone using HTTPS:
4949
```
50-
git clone https://github.com/FreeRTOS/lab-iot-reference-stm32u5.git --recurse-submodules
50+
git clone https://github.com/FreeRTOS/iot-reference-stm32u5.git --recurse-submodules
5151
```
5252
Using SSH:
5353
```
54-
git clone [email protected]:FreeRTOS/lab-iot-reference-stm32u5 --recurse-submodules
54+
git clone [email protected]:FreeRTOS/iot-reference-stm32u5 --recurse-submodules
5555
```
5656
If you have downloaded the repo without using the `--recurse-submodules` argument, you should run:
5757
```
@@ -61,7 +61,7 @@ git submodule update --init --recursive
6161
To get started running demos, see the [Getting Started Guide](Getting_Started_Guide.md).
6262

6363
## Contribution
64-
See [CONTRIBUTING](https://github.com/FreeRTOS/lab-iot-reference-nxp-rt1060/blob/main/CONTRIBUTING.md) for more information.
64+
See [CONTRIBUTING](https://github.com/FreeRTOS/iot-reference-stm32u5/blob/main/CONTRIBUTING.md) for more information.
6565

6666
## License
6767
Source code located in the *Projects*, *Common*, *Middleware/AWS*, and *Middleware/FreeRTOS* directories are available under the terms of the MIT License. See the LICENSE file for more details.

0 commit comments

Comments
 (0)