From 723cb4d5200c20dde7987035fb73332885704e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 1 Sep 2021 15:57:11 +0200 Subject: [PATCH] Fix link in download script --- download-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-latest.sh b/download-latest.sh index 1c3a2a6cd..a6678a9dc 100644 --- a/download-latest.sh +++ b/download-latest.sh @@ -165,7 +165,7 @@ failure_usage() { printf "$RED%s\n$DEFAULT" 'ERROR: MeiliSearch binary is not available for your OS distribution or your architecture yet.' echo '' echo 'However, you can easily compile the binary from the source files.' - echo 'Follow the steps at the page ("Source" tab): https://docs.meilisearch.com/guides/advanced_guides/installation.html' + echo 'Follow the steps at the page ("Source" tab): https://docs.meilisearch.com/learn/getting_started/installation.html' } # MAIN