From 0038a98ef6345185d180e1df5b49c9b402727c8e Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 5 Nov 2025 22:21:34 +0100 Subject: [PATCH] fix: update download link for movies.json file The Link of the `movies.json` file was not working in the rendered page. There I got an 404 pointing to https://meilisearch.com/assets/datasets/movies.json It was only working from the source file on GitHub which points to https://github.com/meilisearch/documentation/blob/main/assets/datasets/movies.json So I decided to update the link to point to https://www.meilisearch.com/movies.json which should work for both. --- .../getting_started_with_self_hosted_meilisearch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/self_hosted/getting_started_with_self_hosted_meilisearch.mdx b/learn/self_hosted/getting_started_with_self_hosted_meilisearch.mdx index a26cfb3a3f..f839d9d50e 100644 --- a/learn/self_hosted/getting_started_with_self_hosted_meilisearch.mdx +++ b/learn/self_hosted/getting_started_with_self_hosted_meilisearch.mdx @@ -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: movies.json. Then, move the downloaded file into your working directory. +To follow along, first click this link to download the file: movies.json. Then, move the downloaded file into your working directory. Meilisearch accepts data in JSON, NDJSON, and CSV formats.