Skip to content

Commit cdc1e00

Browse files
committed
doc: update Infocenter links
Replaced links to Infocenter with TechDocs ones. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 82028e1 commit cdc1e00

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
[![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)
44
[![License](https://img.shields.io/badge/license-Modified%20BSD%20License-blue.svg)](LICENSE)
55

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.
77

88
![screenshot](resources/screenshoot.gif)
99

1010
## Installation
1111

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.
1516

1617
## Development
1718

@@ -27,7 +28,7 @@ Please report issues on the [DevZone](https://devzone.nordicsemi.com) portal.
2728
## Contributing
2829

2930
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)
3132
for details.
3233

3334
## License

src/components/DocumentationSection.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import { DocumentationSection } from '@nordicsemiconductor/pc-nrfconnect-shared'
1010
const DocumentationSections = [
1111
<DocumentationSection
1212
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"
1515
>
16-
Visit our Infocenter for more documentation about using the app.
16+
Visit our Technical Documentation for more documentation about using the app.
1717
</DocumentationSection>,
1818
];
1919

0 commit comments

Comments
 (0)