Skip to content

Commit

Permalink
Updated URL used to access example data. (#173)
Browse files Browse the repository at this point in the history
I've updated the URL used to access the example data to be the CrateDB one rather than direct access from GitHub.
  • Loading branch information
simonprickett authored Jan 9, 2025
1 parent c7072f6 commit 0f3d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature/document/learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Now, insert the data using the `COPY FROM` SQL statement.

:::{code} sql
COPY marketing_data
FROM 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_marketing.json.gz'
FROM 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/data_marketing.json.gz'
WITH (format = 'json', compression='gzip');
:::

Expand Down

0 comments on commit 0f3d255

Please sign in to comment.