You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
95: Fix links in CONTRIBUTING.md and README.md r=curquiza a=meili-bot
_This PR is auto-generated._
Following the awesome docs restructuration!
Co-authored-by: meili-bot <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
16
16
17
17
1.**You're familiar with [GitHub](https://github.com) and the [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)(PR) workflow.**
18
18
2.**You've read the MeiliSearch [documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19
-
3.**You know about the [MeiliSearch community](https://docs.meilisearch.com/resources/contact.html). Please use this for help.**
19
+
3.**You know about the [MeiliSearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ $ curl -L https://install.meilisearch.com | sh
74
74
$ ./meilisearch --master-key=myMasterKey
75
75
```
76
76
77
-
There are [other ways to install MeiliSearch](https://docs.meilisearch.com/guides/introduction/quick_start_guide.html#download-and-launch).
77
+
There are [other ways to install MeiliSearch](https://docs.meilisearch.com/learn/tutorials/getting_started.html#download-and-launch).
78
78
79
79
The host URL and the API key you will provide in the next steps correspond to the credentials of this MeiliSearch instance.
80
80
In the example above, the host URL is `http://localhost:7700` and the API key is `myMasterKey`.
@@ -194,7 +194,7 @@ Here is the [GitHub Action file](https://github.com/meilisearch/documentation/bl
194
194
The API key you must provide should have the permissions to add documents into your MeiliSearch instance.<br>
195
195
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.
196
196
197
-
_More about [MeiliSearch authentication](https://docs.meilisearch.com/guides/advanced_guides/authentication.html)._
197
+
_More about [MeiliSearch authentication](https://docs.meilisearch.com/reference/features/authentication.html)._
198
198
199
199
## 🖌 And for the front-end search bar?
200
200
@@ -427,12 +427,12 @@ This field can be used to add MeiliSearch settings.
427
427
##### Synonyms <!-- omit in TOC -->
428
428
429
429
The synonyms `SGG <=> Static Site Generator` allows the user to find all the results containing "Static Site Generator" with only typing "SSG" (and the opposite).
430
-
Here is the [dedicated page about synonyms](https://docs.meilisearch.com/guides/advanced_guides/synonyms.html) in the official documentation.
430
+
Here is the [dedicated page about synonyms](https://docs.meilisearch.com/reference/features/synonyms.html) in the official documentation.
431
431
432
432
##### Stop Words <!-- omit in TOC -->
433
433
434
434
Because your website might provide content with structured English sentences, we recommend adding stop words. Indeed, the search-engine would not be "spoiled" by linking words and would focus on the main words of the query, rendering more accurate results.<br>
435
-
Here is the [dedicated page about stop-words](https://docs.meilisearch.com/guides/advanced_guides/stop_words.html) in the official documentation.<br>
435
+
Here is the [dedicated page about stop-words](https://docs.meilisearch.com/reference/features/stop_words.html) in the official documentation.<br>
436
436
You can find more complete lists of English stop-words [like this one](https://gist.github.com/sebleier/554280).
0 commit comments