From 749eff03d5d8e6cf61879483938d865c169932bd Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Tue, 18 Feb 2025 14:38:07 +0100 Subject: [PATCH] fix: pgvectors docs link (#16187) Fixes #16184 --- docs/docs/administration/postgres-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/administration/postgres-standalone.md b/docs/docs/administration/postgres-standalone.md index 9be69906ab..2ca23e195f 100644 --- a/docs/docs/administration/postgres-standalone.md +++ b/docs/docs/administration/postgres-standalone.md @@ -70,4 +70,4 @@ When installing a new version of pgvecto.rs, you will need to manually update th If you get the error `driverError: error: permission denied for view pg_vector_index_stat`, you can fix this by connecting to the Immich database and running `GRANT SELECT ON TABLE pg_vector_index_stat TO ;`. -[vectors-install]: https://docs.pgvecto.rs/getting-started/installation.html +[vectors-install]: https://docs.vectorchord.ai/getting-started/installation.html