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 4ae473b commit 8e1c8f3
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 @@ -14,4 +14,4 @@ in [TypeScript](https://www.typescriptlang.org/).
> [is incomplete](https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/issues/339)!**
> :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 ncellmeas/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const TimingAdvance = Type.Integer({
title: 'Timing advance',
})

/** @see https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/saga/docs/cloud-protocol/ncellmeas.schema.json */
/** @see https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/blob/saga/docs/cloud-protocol/ncellmeas.json */
export const ncellmeasReport = Type.Object({
mcc: Type.Integer({ minimum: 100, maximum: 999 }),
mnc: Type.Integer({ minimum: 0, maximum: 99 }),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/NordicSemiconductor/asset-tracker-cloud-azure-js/issues"
},
"homepage": "https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/",
"homepage": "https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/",
"keywords": [
"nrf-asset-tracker",
"iot"
Expand Down

0 comments on commit 8e1c8f3

Please sign in to comment.