Skip to content

Commit 025adcd

Browse files
Claudelukekim
authored andcommitted
Fix postgres/supabase recipe: correct broken PostgreSQL connector docs link
Connector docs moved under /components/. https://docs.spiceai.org/data-connectors/postgres now 404s; the live page is https://docs.spiceai.org/components/data-connectors/postgres.
1 parent b6a5d87 commit 025adcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgres/supabase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ insert into spice_test (value) values (10), (20), (30), (40), (50);
3939
pg_sslmode: require
4040
```
4141
42-
See the [datasets reference](https://docs.spiceai.org/reference/spicepod/datasets) for more dataset configuration options and [PostgreSQL Data Connector](https://docs.spiceai.org/data-connectors/postgres) for more options on configuring a PostgreSQL Data Connector.
42+
See the [datasets reference](https://docs.spiceai.org/reference/spicepod/datasets) for more dataset configuration options and [PostgreSQL Data Connector](https://docs.spiceai.org/components/data-connectors/postgres) for more options on configuring a PostgreSQL Data Connector.
4343
4444
Ensure the `PG_PASS` environment variable is set to the password for your Supabase instance. Environment variables can be specified on the command line when running the Spice runtime, or in a `.env` file in the same directory as `spicepod.yaml`.
4545

0 commit comments

Comments
 (0)