Skip to content

Commit 157f35a

Browse files
committed
Update links in README
1 parent b82c389 commit 157f35a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Features/fixes can only be added with a pull request. Branches should be named a
1818
- Feature: `feature/<short description>`
1919

2020
### Required tools
21-
- [mbed cli](https://os.mbed.com/docs/mbed-os/v6.2/quick-start/build-with-mbed-cli.html)
21+
- [mbed-tools](https://github.com/ARMmbed/mbed-tools)
2222
- [GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm)
2323
- Ubuntu/Debian: `gcc-arm-none-eabi`
2424
- Brew: `gcc-arm-embedded`
@@ -30,7 +30,7 @@ Features/fixes can only be added with a pull request. Branches should be named a
3030
A project's dependencies can be installed by running the following command in the project folder.
3131

3232
```
33-
mbed update
33+
mbed deploy
3434
```
3535

3636
This will produce warnings about not using source control management. These can be safely ignored.
@@ -69,4 +69,4 @@ then the corresponding directory should be added to the `.gitignore` in the proj
6969

7070
### All other issues
7171

72-
For any other issues see the [mbed cli documentation](https://os.mbed.com/docs/mbed-os/v5.15/tools/working-with-mbed-cli.html).
72+
For any other issues see the [mbed documentation](https://os.mbed.com/docs/mbed-os).

0 commit comments

Comments
 (0)