diff --git a/README.md b/README.md index 483f93f..485d428 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository describes the steps to integrate a relevant front-end search bar To integrate a front-end search bar, you need to install two packages: - the open-source [Vue InstantSearch](https://github.com/algolia/vue-instantsearch/) library powered by Algolia that provides all the front-end tools you need to highly customize your search bar environment. -- the Meilisearch client [instant-meilisearch](https://github.com/meilisearch/instant-meilisearch/) to establish the communication between your Meilisearch instance and the Vue InstantSearch library.
+- the Meilisearch client [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) to establish the communication between your Meilisearch instance and the Vue InstantSearch library.
_Instead of reinventing the wheel, we have opted to reuse the InstantSearch library for our own front-end tooling. We will contribute upstream any improvements that may result from our adoption of InstantSearch._ Run: @@ -174,7 +174,7 @@ For Vue 3
## 💅 Customization and Documentation - The open-source Vue InstantSearch library is widely used and well documented in the [Algolia documentation](https://www.algolia.com/doc/api-reference/widgets/vue/). It provides all the widgets to customize and improve your search bar environment in your Vue application. -- The [instant-meilisearch documentation](https://github.com/meilisearch/instant-meilisearch/) to add some customization. +- The [instant-meilisearch documentation](https://github.com/meilisearch/meilisearch-js-plugins/tree/main/packages/instant-meilisearch) to add some customization. - The [Meilisearch documentation](https://www.meilisearch.com/docs/).