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.