-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update link to main & remove lab from git command
- Loading branch information
1 parent
98a238b
commit 9aa83b7
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
``` | ||
|
@@ -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. | ||
|