-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[K32W0] Fix deprecated links (#11426)
* [K32W0] Fix deprecated links Signed-off-by: Doru Gucea <[email protected]> * Restyled by prettier-markdown Signed-off-by: Doru Gucea <[email protected]> * Restyled by prettier-markdown Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 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
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
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# CHIP NXP K32W Shell Application | ||
|
||
A [chip-shell](../README.md) project for NXP K32W family. | ||
A [chip-shell](../../../README.md) project for NXP K32W family. | ||
|
||
## Building | ||
|
||
The steps to build the NXP K32W Shell Application are exactly the same as in | ||
case of the Lock Example. Please refer to [this](../../lock-app/k32w/README.md) | ||
guide to learn how to build, flash and debug the application. | ||
case of the Lock Example. Please refer to | ||
[this](../../../../lock-app/nxp/k32w/k32w0/README.md) guide to learn how to | ||
build, flash and debug the application. |