Skip to content

Commit

Permalink
update link to main & remove lab from git command
Browse files Browse the repository at this point in the history
  • Loading branch information
LienNguyen2910 authored May 7, 2022
1 parent 98a238b commit 9aa83b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Optionally, client key / certificate authentication may be used with the mbedtls
### Cloning the Repository
To clone using HTTPS:
```
git clone https://github.com/FreeRTOS/lab-iot-reference-stm32u5.git --recurse-submodules
git clone https://github.com/FreeRTOS/iot-reference-stm32u5.git --recurse-submodules
```
Using SSH:
```
git clone [email protected]:FreeRTOS/lab-iot-reference-stm32u5 --recurse-submodules
git clone [email protected]:FreeRTOS/iot-reference-stm32u5 --recurse-submodules
```
If you have downloaded the repo without using the `--recurse-submodules` argument, you should run:
```
Expand All @@ -61,7 +61,7 @@ git submodule update --init --recursive
To get started running demos, see the [Getting Started Guide](Getting_Started_Guide.md).

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

## License
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.
Expand Down

0 comments on commit 9aa83b7

Please sign in to comment.