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
See #1020
  • Loading branch information
coderbyheart committed Jun 18, 2024
1 parent 1f97f12 commit 8a0b80e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
The nRF Asset Tracker aims to provide a concrete end-to-end example for an
ultra-low power cellular IoT product in the asset tracker space.

> [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/).
## Building the docs locally

Expand Down
2 changes: 1 addition & 1 deletion docs/cloud-protocol/$id.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const $id = (id: string): string =>
`https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/${
`https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/${
process.env.VERSION ?? 'saga'
}/docs/cloud-protocol/${id}.schema.json`
2 changes: 1 addition & 1 deletion scripts/generate-schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ try {
for (const schemaType of schemas) {
const schema = JSON.parse(JSON.stringify(schemaType))

Check warning on line 13 in scripts/generate-schemas.ts

View workflow job for this annotation

GitHub Actions / Run the tests

Unsafe assignment of an `any` value
const target = schema.$id.replace(

Check warning on line 14 in scripts/generate-schemas.ts

View workflow job for this annotation

GitHub Actions / Run the tests

Unsafe assignment of an `any` value

Check warning on line 14 in scripts/generate-schemas.ts

View workflow job for this annotation

GitHub Actions / Run the tests

Unsafe call of an `any` typed value

Check warning on line 14 in scripts/generate-schemas.ts

View workflow job for this annotation

GitHub Actions / Run the tests

Unsafe member access .$id on an `any` value
`https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/${
`https://docs.nordicsemi.com/bundle/nrf-asset-tracker-saga/${
process.env.VERSION ?? 'saga'
}/`,
'',
Expand Down
2 changes: 1 addition & 1 deletion sphinx_ncs_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{%- for version in github_versions %}
<a
class="dropdown-item"
href="https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/{{ version }}/"
href="https://docs.nordicsemi.com/bundle/nrf-asset-tracker-{{ version }}"
>{{ version }}</a
>
{%- endfor -%}
Expand Down

0 comments on commit 8a0b80e

Please sign in to comment.