Skip to content

Commit

Permalink
docs: fix invalid README.md links (#649)
Browse files Browse the repository at this point in the history
I used `/next/` as that was the branch listed previously, but we that branch is outdated.

d550d8a
  • Loading branch information
dangotbanned authored Dec 18, 2024
1 parent 5eaa256 commit 14cc146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Collection of datasets used in Vega and Vega-Lite examples. This data lives at h

Common repository for example datasets used by Vega related projects. Keep changes to this repository minimal as other projects (Vega, Vega Editor, Vega-Lite, Polestar, Voyager) use this data in their tests and for examples.

The list of sources is in [datapackage.md](https://github.com/vega/vega-datasets/blob/next/datapackage.md#resources).
This metadata is also available in a machine-readable format at [datapackage.json](https://github.com/vega/vega-datasets/blob/next/datapackage.json).
The list of sources is in [datapackage.md](https://github.com/vega/vega-datasets/blob/main/datapackage.md#resources).
This metadata is also available in a machine-readable format at [datapackage.json](https://github.com/vega/vega-datasets/blob/main/datapackage.json).


To access the data in Observable, you can import `vega-dataset`. Try our [example notebook](https://observablehq.com/@vega/vega-datasets). To access these datasets from Python, you can use the [Vega datasets python package](https://github.com/altair-viz/vega_datasets). To access them from Julia, you can use the [VegaDatasets.jl julia package](https://github.com/davidanthoff/VegaDatasets.jl).
Expand Down

0 comments on commit 14cc146

Please sign in to comment.