|
6 | 6 |
|
7 | 7 | <h4 align="center">
|
8 | 8 | <a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
|
9 |
| - <a href="https://docs.meilisearch.com">Documentation</a> | |
| 9 | + <a href="https://www.meilisearch.com/docs">Documentation</a> | |
10 | 10 | <a href="https://discord.meilisearch.com">Discord</a> |
|
11 | 11 | <a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
|
12 | 12 | <a href="https://www.meilisearch.com">Website</a> |
|
13 |
| - <a href="https://docs.meilisearch.com/faq">FAQ</a> |
| 13 | + <a href="https://www.meilisearch.com/docs/faq">FAQ</a> |
14 | 14 | </h4>
|
15 | 15 |
|
16 | 16 | <p align="center">
|
|
23 | 23 |
|
24 | 24 | **Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch)
|
25 | 25 |
|
26 |
| -This scraper is used in production and runs on the [Meilisearch documentation](https://docs.meilisearch.com/) on each deployment. |
| 26 | +This scraper is used in production and runs on the [Meilisearch documentation](https://www.meilisearch.com/docs) on each deployment. |
27 | 27 |
|
28 | 28 | 💡 If you already have your own scraper but you still want to use Meilisearch and our [front-end tools](#-and-for-the-front-end-search-bar), check out [this discussion](https://github.com/meilisearch/docs-searchbar.js/issues/40).
|
29 | 29 |
|
@@ -77,12 +77,12 @@ curl -L https://install.meilisearch.com | sh
|
77 | 77 | ./meilisearch --master-key=myMasterKey
|
78 | 78 | ```
|
79 | 79 |
|
80 |
| -There are [other ways to install Meilisearch](https://docs.meilisearch.com/learn/tutorials/getting_started.html#download-and-launch). |
| 80 | +There are [other ways to install Meilisearch](https://www.meilisearch.com/docs/learn/getting_started/installation). |
81 | 81 |
|
82 | 82 | The host URL and the API key you will provide in the next steps correspond to the credentials of this Meilisearch instance.
|
83 | 83 | In the example above, the host URL is `http://localhost:7700` and the API key is `myMasterKey`.
|
84 | 84 |
|
85 |
| -_Meilisearch is open-source and can run either on your server or on any cloud provider. Here is a tutorial to [run Meilisearch in production](https://docs.meilisearch.com/running-production/)._ |
| 85 | +_Meilisearch is open-source and can run either on your server or on any cloud provider. Here is a tutorial to [run Meilisearch in production](https://www.meilisearch.com/docs/learn/cookbooks/running-production/)._ |
86 | 86 |
|
87 | 87 |
|
88 | 88 | ### Set your Config File
|
@@ -197,7 +197,7 @@ Here is the [GitHub Action file](https://github.com/meilisearch/documentation/bl
|
197 | 197 | The API key you must provide should have the permissions to add documents into your Meilisearch instance.<br>
|
198 | 198 | In a production environment, we recommend providing the private key instead of the master key, as it is safer and it has enough permissions to perform such requests.
|
199 | 199 |
|
200 |
| -_More about [Meilisearch authentication](https://docs.meilisearch.com/reference/features/authentication.html)._ |
| 200 | +_More about [Meilisearch authentication](https://www.meilisearch.com/docs/learn/security/master_api_keys). _ |
201 | 201 |
|
202 | 202 | ## 🖌 And for the front-end search bar?
|
203 | 203 |
|
@@ -429,7 +429,7 @@ This field can be used to add Meilisearch settings.
|
429 | 429 | }
|
430 | 430 | ```
|
431 | 431 |
|
432 |
| -Learn more about `filterableAttributes`, `synonyms`, `stop-words` and all available settings in the [Meilisearch documentation](https://docs.meilisearch.com/reference/api/settings.html#settings-object). |
| 432 | +Learn more about `filterableAttributes`, `synonyms`, `stop-words` and all available settings in the [Meilisearch documentation](https://meilisearch.com/docs/reference/api/settings#settings-object). |
433 | 433 |
|
434 | 434 |
|
435 | 435 | #### `min_indexed_level` (optional)
|
|
0 commit comments