Skip to content

Commit 34d6130

Browse files
authored
Merge branch 'main' into dependabot/pip/pytest-7.3.1
2 parents a1ab33a + e18ecae commit 34d6130

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<h4 align="center">
88
<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> |
1010
<a href="https://discord.meilisearch.com">Discord</a> |
1111
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
1212
<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>
1414
</h4>
1515

1616
<p align="center">
@@ -23,7 +23,7 @@
2323

2424
**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch)
2525

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.
2727

2828
💡 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).
2929

@@ -77,12 +77,12 @@ curl -L https://install.meilisearch.com | sh
7777
./meilisearch --master-key=myMasterKey
7878
```
7979

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).
8181

8282
The host URL and the API key you will provide in the next steps correspond to the credentials of this Meilisearch instance.
8383
In the example above, the host URL is `http://localhost:7700` and the API key is `myMasterKey`.
8484

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/)._
8686

8787

8888
### Set your Config File
@@ -197,7 +197,7 @@ Here is the [GitHub Action file](https://github.com/meilisearch/documentation/bl
197197
The API key you must provide should have the permissions to add documents into your Meilisearch instance.<br>
198198
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.
199199

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). _
201201

202202
## 🖌 And for the front-end search bar?
203203

@@ -429,7 +429,7 @@ This field can be used to add Meilisearch settings.
429429
}
430430
```
431431

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).
433433

434434

435435
#### `min_indexed_level` (optional)

0 commit comments

Comments
 (0)