Skip to content

Commit f65558c

Browse files
committed
Fix wrong url for settings config option
1 parent 488b1cd commit f65558c

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)