From 8e1c8f368c266ee52e9c8c38877aaa8eff42b892 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Wed, 19 Jun 2024 00:57:53 +0200 Subject: [PATCH] fix: update link to docs See https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/issues/1020 --- README.md | 2 +- ncellmeas/report.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e9019d06..aaea73a21 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/ncellmeas/report.ts b/ncellmeas/report.ts index 3c86ba93f..8a56c8e60 100644 --- a/ncellmeas/report.ts +++ b/ncellmeas/report.ts @@ -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 }), diff --git a/package.json b/package.json index bd4545e75..1c9c4aae7 100644 --- a/package.json +++ b/package.json @@ -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"