File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Build Status] ( https://dev.azure.com/NordicSemiconductor/Wayland/_apis/build/status/pc-nrfconnect-serial-terminal?branchName=main )] ( https://dev.azure.com/NordicSemiconductor/Wayland/_build/latest?definitionId=126&branchName=main )
4
4
[ ![ License] ( https://img.shields.io/badge/license-Modified%20BSD%20License-blue.svg )] ( LICENSE )
5
5
6
- _ nRF Serial Terminal _ is a tool that allows you to connect to serial devices.
6
+ nRF Serial Terminal is a tool that allows you to connect to serial devices.
7
7
8
8
![ screenshot] ( resources/screenshoot.gif )
9
9
10
10
## Installation
11
11
12
- See the
13
- [ InfoCenter] ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_nrftools%2Fstruct%2Fnrftools_nrfconnect.html )
14
- pages for information on how to install the application.
12
+ nRF Serial Terminal is installed from nRF Connect from Desktop. For detailed
13
+ steps, see
14
+ [ Installing nRF Connect for Desktop apps] ( https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/installing_apps.html )
15
+ in the nRF Connect from Desktop documentation.
15
16
16
17
## Development
17
18
@@ -27,7 +28,7 @@ Please report issues on the [DevZone](https://devzone.nordicsemi.com) portal.
27
28
## Contributing
28
29
29
30
See the
30
- [ infos on contributing] ( https://nordicsemiconductor.github.io/pc-nrfconnect-docs/contributing )
31
+ [ information on contributing] ( https://nordicsemiconductor.github.io/pc-nrfconnect-docs/contributing )
31
32
for details.
32
33
33
34
## License
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import { DocumentationSection } from '@nordicsemiconductor/pc-nrfconnect-shared'
10
10
const DocumentationSections = [
11
11
< DocumentationSection
12
12
key = "infocenter"
13
- linkLabel = "Go to Infocenter "
14
- link = "https://infocenter .nordicsemi.com/topic/ug_serial_terminal/UG/serial_terminal/intro .html"
13
+ linkLabel = "Go to TechDocs "
14
+ link = "https://docs .nordicsemi.com/bundle/nrf-connect-serial-terminal/page/index .html"
15
15
>
16
- Visit our Infocenter for more documentation about using the app.
16
+ Visit our Technical Documentation for more documentation about using the app.
17
17
</ DocumentationSection > ,
18
18
] ;
19
19
You can’t perform that action at this time.
0 commit comments