diff --git a/docs/content/1.getting-started/2.configuration.md b/docs/content/1.getting-started/2.configuration.md index da73f4c..6bb110b 100644 --- a/docs/content/1.getting-started/2.configuration.md +++ b/docs/content/1.getting-started/2.configuration.md @@ -85,7 +85,7 @@ By default set to empty string. When set in the configuration object, it will us By default set to true. Indicates whether to use 'algoliasearch-lite' or normal 'algoliasearch' package. Depending on your needs, if you only need to search you can set this option to true or do not set any option (it is by default true). But if you need more advances functionalities like multi queries, indexing, etc, you can set it to false to load full algoliasearch client. ::alert{type="info"} -You can get it [here](https://www.algolia.com/doc/api-client/getting-started/update-the-client/javascript/?client=javascript#search-onlylite-client) +You can get it [here](https://www.algolia.com/doc/libraries/sdk/upgrade/javascript#client-imports) :: ### `cache` @@ -93,7 +93,7 @@ You can get it [here](https://www.algolia.com/doc/api-client/getting-started/upd By default set to false. The client caches requests to Algolia and their responses. ::alert{type="info"} -More information available in the official [Algolia docs](https://www.algolia.com/doc/api-client/getting-started/customize/javascript/?client=javascript#caching-requests-and-responses). +More information available in the official [Algolia docs](https://www.algolia.com/doc/libraries/sdk/caching). :: ### `useFetch` @@ -103,7 +103,7 @@ By default set to false. If set to true, it will use @algolia/requester-fetch in ### `instantSearch` -By default set to false. Indicates whether to install the official [vue-instantsearch](https://github.com/algolia/vue-instantsearch) plugin. This option can also be an object (see below). +By default set to false. Indicates whether to install the official [vue-instantsearch](https://github.com/algolia/instantsearch/tree/master/packages/vue-instantsearch) plugin. This option can also be an object (see below). ::alert{type="info"} More information available in the official [Algolia docs](https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/vue/). @@ -111,7 +111,7 @@ More information available in the official [Algolia docs](https://www.algolia.co ### `instantSearch.theme` -By default set to `satellite`. Indicates which CSS theme to use for the [vue-instantsearch](https://github.com/algolia/vue-instantsearch) plugin. Valid values are `satellite`, `reset` or `algolia`. +By default set to `satellite`. Indicates which CSS theme to use for the [vue-instantsearch](https://github.com/algolia/instantsearch/tree/master/packages/vue-instantsearch) plugin. Valid values are `satellite`, `reset` or `algolia`. ::alert{type="info"} More information available in the official [Algolia docs](https://www.algolia.com/doc/guides/building-search-ui/widgets/customize-an-existing-widget/vue/#style-your-widgets).