Skip to content

Commit db04f08

Browse files
Merge #271
271: Fix wrong url for settings config option r=brunoocasali a=norkunas # Pull Request ## Related issue Fixes # ## What does this PR do? - ... ## PR checklist Please check if your PR fulfills the following requirements: - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Co-authored-by: Tomas <[email protected]>
2 parents 488b1cd + f65558c commit db04f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function getConfigTreeBuilder(): TreeBuilder
6060
->defaultNull()
6161
->end()
6262
->arrayNode('settings')
63-
->info('Configure indices settings, see: https://docs.meilisearch.com/guides/advanced_guides/settings.html')
63+
->info('Configure indices settings, see: https://www.meilisearch.com/docs/reference/api/settings')
6464
->arrayPrototype()
6565
->variablePrototype()->end()
6666
->end()

0 commit comments

Comments
 (0)