diff --git a/website-1.x/docs/guides-search.md b/website-1.x/docs/guides-search.md index 88b9bf10b659..31a2b7ef14ca 100644 --- a/website-1.x/docs/guides-search.md +++ b/website-1.x/docs/guides-search.md @@ -26,7 +26,7 @@ const siteConfig = { ## Extra Search Options -You can also specify extra [search options used by Algolia](https://community.algolia.com/docsearch/documentation/) by using an `algoliaOptions` field in `algolia`. This may be useful if you want to provide different search results for the different versions or languages of your docs. Any occurrences of "VERSION" or "LANGUAGE" will be replaced by the version or language of the current page, respectively. More details about search options can be [found here](https://www.algolia.com/doc/api-reference/api-parameters/#overview). +You can also specify extra [search options used by Algolia](https://docsearch.algolia.com/) by using an `algoliaOptions` field in `algolia`. This may be useful if you want to provide different search results for the different versions or languages of your docs. Any occurrences of "VERSION" or "LANGUAGE" will be replaced by the version or language of the current page, respectively. More details about search options can be [found here](https://www.algolia.com/doc/api-reference/api-parameters/#overview). ```js const siteConfig = { @@ -40,7 +40,7 @@ const siteConfig = { }; ``` -Algolia might provide you with [extra search options](https://community.algolia.com/docsearch/documentation/). If so, you should add them to the `algoliaOptions` object. +Algolia might provide you with [extra search options](https://docsearch.algolia.com/). If so, you should add them to the `algoliaOptions` object. ## Controlling the Location of the Search Bar