From 4e2b9f4def732f77aa6c9371d34ab018183f058e Mon Sep 17 00:00:00 2001 From: Arnav K Date: Tue, 4 Jun 2024 18:21:17 +0530 Subject: [PATCH] Update write_your_own_fetch_provider.mdx --- documentation/docs/tutorials/write_your_own_fetch_provider.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/tutorials/write_your_own_fetch_provider.mdx b/documentation/docs/tutorials/write_your_own_fetch_provider.mdx index a1ee1511..589a69ee 100644 --- a/documentation/docs/tutorials/write_your_own_fetch_provider.mdx +++ b/documentation/docs/tutorials/write_your_own_fetch_provider.mdx @@ -126,7 +126,7 @@ class PostgresFetchProvider(BaseFetchProvider): ... ``` -You may also reference the [provider module from the postgres fetcher](https://github.com/permitio/opal-fetcher-postgres/blob/master/opal_fetcher_postgres/provider.py). +You may also reference the [provider module from the postgres fetcher](https://github.com/permitio/opal-fetcher-postgres/blob/master/src/opal_fetcher_postgres/provider.py). ### Step 3 - implementing your FetcherConfig and FetchEvent