diff --git a/config/redirects.json b/config/redirects.json index c1d77166f..07cf847da 100644 --- a/config/redirects.json +++ b/config/redirects.json @@ -568,5 +568,65 @@ "source": "/docs/learn/ai-powered-search/difference_full_text_ai_search", "destination": "/docs/learn/ai_powered_search/difference_full_text_ai_search", "permanent": true + }, + { + "source": "/docs/reference/features/installation#download-and-launch", + "destination": "docs/learn/self_hosted/install_meilisearch_locally", + "permanent": true + }, + { + "source": "/docs/reference/features/installation.html#download-and-launch", + "destination": "docs/learn/self_hosted/install_meilisearch_locally", + "permanent": true + }, + { + "source": "/docs/learn/advanced/filtering", + "destination": "docs/learn/filtering_and_sorting/filter_search_results", + "permanent": true + }, + { + "source": "/docs/learn/what_is_meilisearch/contact.html", + "destination": "https://www.meilisearch.com/#homepage-community", + "permanent": true + }, + { + "source": "/docs/learn/what_is_meilisearch/contact", + "destination": "https://www.meilisearch.com/#homepage-community", + "permanent": true + }, + { + "source": "/docs/learn/security/tenant_tokens", + "destination": "/docs/learn/security/generate_tenant_token_sdk", + "permanent": true + }, + { + "source": "/docs/learn/what_is_meilisearch/sdks.html", + "destination": "/docs/learn/resources/sdks", + "permanent": true + }, + { + "source": "/docs/learn/what_is_meilisearch/sdks", + "destination": "/docs/learn/resources/sdks", + "permanent": true + }, + { + "source": "/docs/learn/getting_started/a", + "destination": "/docs/learn/", + "permanent": true + }, + { + "source": "/docs/reference/api/tasks.html#delete-task", + "destination": "/docs/reference/api/tasks#delete-tasks", + "permanent": true + }, + { + "source": "/docs/reference/api/tasks#delete-task", + "destination": "/docs/reference/api/tasks#delete-tasks", + "permanent": true + }, + { + "source": "/docs/reference", + "destination": "/docs/reference/api/overview", + "permanent": true } ]