Skip to content

Commit

Permalink
Fix links open in startup dialog (#449)
Browse files Browse the repository at this point in the history
* Fix links

* Remove noopener
  • Loading branch information
KievDevel authored Dec 17, 2024
1 parent 78da42d commit 38f414d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/features/startup/startupDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,35 @@ const StartupDialog = () => {
application must enable modem trace over Universal
Asynchronous Receiver/Transmitter (UART) using snippets. You
can do this by{' '}
<a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/nrf91/nrf91_snippet.html#nrf91_modem_tracing_with_uart_backend_using_snippets">
<a
target="_blank"
rel="noreferrer"
href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/nrf91/nrf91_snippet.html#nrf91_modem_tracing_with_uart_backend_using_snippets"
>
adding the `nrf91-modem-trace-uart` snippet to your
build configuration
</a>
, as described in the nRF Connect SDK documentation.
</p>
<p>
Alternatively, in <b>Advanced options</b> you can{' '}
<a href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/overview.html#program-device">
<a
target="_blank"
rel="noreferrer"
href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/overview.html#program-device"
>
program a sample
</a>{' '}
with trace enabled and upgrade your modem firmware.
</p>

<p>
Check also{' '}
<a href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/requirements.html">
<a
target="_blank"
rel="noreferrer"
href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/requirements.html"
>
Cellular Monitor hardware and software requirements
</a>
.
Expand Down

0 comments on commit 38f414d

Please sign in to comment.