Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To learn more about securing Meilisearch, refer to the [security tutorial](/lear

In this quick start, you will search through a collection of movies.

To follow along, first click this link to download the file: <a href="/assets/datasets/movies.json" download="movies.json">movies.json</a>. Then, move the downloaded file into your working directory.
To follow along, first click this link to download the file: <a href="https://www.meilisearch.com/movies.json" download="movies.json">movies.json</a>. Then, move the downloaded file into your working directory.

<Note>
Meilisearch accepts data in JSON, NDJSON, and CSV formats.
Expand Down