From 641ca5a85771983dca300bef32f33de8599227df Mon Sep 17 00:00:00 2001 From: 0x0x1 <101086451+0x0x1@users.noreply.github.com> Date: Tue, 24 May 2022 17:34:34 +0800 Subject: [PATCH] Update url of movies.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9efb5a937..cd3effd94 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ cargo run --release Let's create an index! If you need a sample dataset, use [this movie database](https://www.notion.so/meilisearch/A-movies-dataset-to-test-Meili-1cbf7c9cfa4247249c40edfa22d7ca87#b5ae399b81834705ba5420ac70358a65). You can also find it in the `datasets/` directory. ```bash -curl -L 'https://bit.ly/2PAcw9l' -o movies.json +curl -L https://docs.meilisearch.com/movies.json -o movies.json ``` Now, you're ready to index some data.