Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jun 18, 2024
1 parent d95b70c commit 26f5690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The nRF Asset Tracker Web Application is a reference single-page application
[TypeScript](https://www.typescriptlang.org/).

> :information_source:
> [Read the complete nRF Asset Tracker documentation](https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/).
> [Read the complete nRF Asset Tracker documentation](https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/).
2 changes: 1 addition & 1 deletion src/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const About = ({ config }: { config: ReactAppConfigType }) => (
Please also consider the{' '}
<a
href={
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
'https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/'
}
target="_blank"
rel="noopener noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion src/azure/Cats/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const List = ({
<em>Device Credentials</em> for your trackers{' '}
<a
href={
'https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/'
'https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/'
}
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 26f5690

Please sign in to comment.