From 6cfc0ce8af53f02153e307b649cb3a320a227315 Mon Sep 17 00:00:00 2001 From: meili-bot <74670311+meili-bot@users.noreply.github.com> Date: Wed, 31 May 2023 11:54:23 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fbcde7..3b57cb6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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 [Angular InstantSearch](https://github.com/algolia/angular-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 Angular InstantSearch library.
+- the Meilisearch client [instant-meilisearch](https://github.com/meilisearch/meilisearch-js-plugins/) to establish the communication between your Meilisearch instance and the Angular 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: @@ -134,7 +134,7 @@ At the bottom of `/src/polyfill.ts` file, add the following code: ## Customization and Documentation - The open-source Angular InstantSearch library is widely used and well documented in the [Algolia documentation](https://www.algolia.com/doc/api-reference/widgets/angular/). It provides all the widgets to customize and improve your search bar environment in your Angular 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/) to add some customization. - The [Meilisearch documentation](https://docs.meilisearch.com/).
From d9ddce0377b63ec3dbfec996f5e4e211b63a7cfc Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Wed, 31 May 2023 17:05:38 +0200 Subject: [PATCH 2/2] Point the new url directly to the package folder in the js-plugins repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b57cb6..f87e935 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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 [Angular InstantSearch](https://github.com/algolia/angular-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/meilisearch-js-plugins/) to establish the communication between your Meilisearch instance and the Angular 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 Angular 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: @@ -134,7 +134,7 @@ At the bottom of `/src/polyfill.ts` file, add the following code: ## Customization and Documentation - The open-source Angular InstantSearch library is widely used and well documented in the [Algolia documentation](https://www.algolia.com/doc/api-reference/widgets/angular/). It provides all the widgets to customize and improve your search bar environment in your Angular application. -- The [instant-meilisearch documentation](https://github.com/meilisearch/meilisearch-js-plugins/) 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://docs.meilisearch.com/).