Skip to content

Commit a71ef7d

Browse files
author
Simon Prickett
authored
Fixed dataset URLs on the metadata page.
Fixed the dataset URLs on the metadata page to be the new location.
1 parent 0f3d255 commit a71ef7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/domain/timeseries/learn/with-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ Now, insert the data using the `COPY FROM` SQL statement.
113113

114114
:::{code} sql
115115
COPY doc.devices_info
116-
FROM 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/devices_info.json.gz'
116+
FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/devices_info.json.gz'
117117
WITH (compression='gzip', empty_string_as_null=true)
118118
RETURN SUMMARY;
119119
:::
120120

121121
:::{code} sql
122122
COPY doc.devices_readings
123-
FROM 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/devices_readings.json.gz'
123+
FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/devices_readings.json.gz'
124124
WITH (compression='gzip', empty_string_as_null=true)
125125
RETURN SUMMARY;
126126
:::

0 commit comments

Comments
 (0)