From 105de7c85a8b513d042e072739186651408ca1fa Mon Sep 17 00:00:00 2001 From: JP Denford Date: Wed, 1 Jan 2025 13:26:21 +1300 Subject: [PATCH] Docs: fix broken link to postgres datasource Link was outdated since postgres plugin moved into `datasources` subdirectory. --- sites/docs/pages/plugins/create-source-plugin/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/docs/pages/plugins/create-source-plugin/index.md b/sites/docs/pages/plugins/create-source-plugin/index.md index 9351581527..83fcd0300e 100644 --- a/sites/docs/pages/plugins/create-source-plugin/index.md +++ b/sites/docs/pages/plugins/create-source-plugin/index.md @@ -4,7 +4,7 @@ description: Walkthrough on how to create a data source plugin for Evidence sidebar_position: 4 --- -To see a working example of a data source plugin, the [Evidence postgres source plugin](https://github.com/evidence-dev/evidence/tree/main/packages/postgres) is a good +To see a working example of a data source plugin, the [Evidence postgres source plugin](https://github.com/evidence-dev/evidence/tree/main/packages/datasources/postgres) is a good reference. ## Get started @@ -172,4 +172,4 @@ This would produce ``` ## Promoting Your Plugin -If you are building a plugin for other Evidence users, [let us know in Slack](https://slack.evidence.dev) and we can share it with the community. \ No newline at end of file +If you are building a plugin for other Evidence users, [let us know in Slack](https://slack.evidence.dev) and we can share it with the community.