-
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.
doc: nrfconnect: minor style and link fixes (#7949)
* doc: nrfconnect: minor style and link fixes Updated style and links to and from nrfconnect guides. Signed-off-by: Grzegorz Ferenc <[email protected]> * Restyled by prettier-markdown Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
Showing
7 changed files
with
20 additions
and
19 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
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
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,11 +1,11 @@ | ||
# CHIP nRF Connect SDK Shell Application | ||
|
||
A [chip-shell](../README.md) project for the Nordic nRF52840 and nRF5340 | ||
development kits, built using nRF Connect SDK. | ||
development kits, built using the nRF Connect SDK. | ||
|
||
## Building | ||
|
||
The steps to build the Shell Application for the Nordic development kits are | ||
exactly the same as in case of the Lock Example. Please refer to | ||
[this](../../lock-app/nrfconnect/README.md) guide to learn how to build, flash | ||
and debug the application. | ||
The steps to build the Shell Application for Nordic Semiconductor's development | ||
kits are exactly the same as in case of the Lock Example. Please refer to | ||
[this guide](../../lock-app/nrfconnect/README.md) to learn how to build, | ||
program, and debug the application. |