From 6bbc065d5846b2cd2917158bea3d26d212421230 Mon Sep 17 00:00:00 2001 From: leighton-tracksuit <165849383+leighton-tracksuit@users.noreply.github.com> Date: Fri, 25 Oct 2024 21:19:54 +1300 Subject: [PATCH] Correct template paths in README.md (#73) for source and destination connects --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 504a178..da0be2a 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ All Fivetran connectors have public documentation. For partner-built connectors, * Overview Page [example](https://fivetran.com/docs/databases/cosmos) To help you produce the documentation, we provide helpful resources: -* [Source connector templates](source-connector-templates/) -* [Destination connector templates](destination-connector-templates/) +* [Source connector templates](doc-templates/source-connector-templates/) +* [Destination connector templates](doc-templates/destination-connector-templates/) * [Fivetran's documentation style guide](https://github.com/fivetran/fivetran_sdk/tree/main/style-guide/style-guide.md) * [Fivetran-approved glossary of common terms](https://github.com/fivetran/fivetran_sdk/tree/main/style-guide/common-terms-glossary.md)