Skip to content

Commit 91a416b

Browse files
authored
Remove link to archived Meilisearch Scout package (#8945)
Scout now natively supports Meilisearch, and the linked Github repo has been archived.
1 parent 70d2160 commit 91a416b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ To connect to your application's Redis database from your local machine, you may
231231
<a name="meilisearch"></a>
232232
### MeiliSearch
233233

234-
If you chose to install the [MeiliSearch](https://www.meilisearch.com) service when installing Sail, your application's `docker-compose.yml` file will contain an entry for this powerful search-engine that is [compatible](https://github.com/meilisearch/meilisearch-laravel-scout) with [Laravel Scout](/docs/{{version}}/scout). Once you have started your containers, you may connect to the MeiliSearch instance within your application by setting your `MEILISEARCH_HOST` environment variable to `http://meilisearch:7700`.
234+
If you chose to install the [MeiliSearch](https://www.meilisearch.com) service when installing Sail, your application's `docker-compose.yml` file will contain an entry for this powerful search-engine that is compatible with [Laravel Scout](/docs/{{version}}/scout). Once you have started your containers, you may connect to the MeiliSearch instance within your application by setting your `MEILISEARCH_HOST` environment variable to `http://meilisearch:7700`.
235235

236236
From your local machine, you may access MeiliSearch's web based administration panel by navigating to `http://localhost:7700` in your web browser.
237237

0 commit comments

Comments
 (0)