Skip to content

Commit

Permalink
doc: Fix CSV reference link (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
nejraselimovic committed Apr 7, 2022
1 parent 2dfe363 commit e963c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/content/getting-started/migrating/import-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ There are two ways to import devices in {{% tts %}} - using [Console]({{< ref "/

{{% tts %}} supports importing end devices in JSON and CSV format:

- To import devices you created by following [Migrating End Devices from {{% ttnv2 %}}]({{< ref "/getting-started/migrating/migrating-from-v2" >}}) or [Migrating End Devices from ChirpStack]({{< ref "/getting-started/migrating/migrate-from-chirpstack" >}}), use **{{% tts %}} JSON** format (identified by `the-things-stack`).
- To import devices that are in a CSV file, use the **{{% tts %}} CSV** (identified by `the-things-stack-csv`). The CSV data format is documented in [Data Formats]({{< ref "/reference/data-formats#csv" >}}), including a handy Excel template.
- To import devices that are in a JSON file (for example, the one you created by following [Migrating End Devices from {{% ttnv2 %}}]({{< ref "/getting-started/migrating/migrating-from-v2" >}}) or [Migrating End Devices from ChirpStack]({{< ref "/getting-started/migrating/migrate-from-chirpstack" >}})), use **{{% tts %}} JSON** format (identified by `the-things-stack`). The JSON format data format is documented in the [JSON File Reference]({{< ref "/getting-started/migrating/device-json" >}}).
- To import devices that are in a CSV file, use the **{{% tts %}} CSV** (identified by `the-things-stack-csv`). The CSV data format is documented in the [CSV File Reference]({{< ref "/getting-started/migrating/device-csv" >}}), including a handy Excel template.

{{< tabs/container "Console" "CLI" >}}

Expand Down

0 comments on commit e963c82

Please sign in to comment.