Skip to content

Commit 1e77c3b

Browse files
bors[bot]meili-bot
andauthored
Merge #95
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]>
2 parents da3e22e + 5dc559e commit 1e77c3b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
1616

1717
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.**
1818
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.**
2020

2121
## How to Contribute
2222

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ curl -L https://install.meilisearch.com | sh
7474
$ ./meilisearch --master-key=myMasterKey
7575
```
7676

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

7979
The host URL and the API key you will provide in the next steps correspond to the credentials of this MeiliSearch instance.
8080
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
194194
The API key you must provide should have the permissions to add documents into your MeiliSearch instance.<br>
195195
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.
196196

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

199199
## 🖌 And for the front-end search bar?
200200

@@ -427,12 +427,12 @@ This field can be used to add MeiliSearch settings.
427427
##### Synonyms <!-- omit in TOC -->
428428

429429
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.
431431

432432
##### Stop Words <!-- omit in TOC -->
433433

434434
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>
436436
You can find more complete lists of English stop-words [like this one](https://gist.github.com/sebleier/554280).
437437

438438

0 commit comments

Comments
 (0)