Skip to content

Commit

Permalink
Remove noopener
Browse files Browse the repository at this point in the history
  • Loading branch information
KievDevel committed Dec 17, 2024
1 parent 6108cf4 commit 97bd6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/startup/startupDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const StartupDialog = () => {
can do this by{' '}
<a
target="_blank"
rel="noopener noreferrer"
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
Expand All @@ -107,7 +107,7 @@ const StartupDialog = () => {
Alternatively, in <b>Advanced options</b> you can{' '}
<a
target="_blank"
rel="noopener noreferrer"
rel="noreferrer"
href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/overview.html#program-device"
>
program a sample
Expand All @@ -119,7 +119,7 @@ const StartupDialog = () => {
Check also{' '}
<a
target="_blank"
rel="noopener noreferrer"
rel="noreferrer"
href="https://docs.nordicsemi.com/bundle/nrf-connect-cellularmonitor/page/requirements.html"
>
Cellular Monitor hardware and software requirements
Expand Down

0 comments on commit 97bd6ef

Please sign in to comment.