From 23b9c32095f1dea2cc5fcd67d4d3f38b9da06ad4 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Thu, 29 Aug 2019 14:48:21 +0200 Subject: [PATCH] docs: Fix link --- src/tutorials/konnector/scrape-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/konnector/scrape-data.md b/src/tutorials/konnector/scrape-data.md index b3b8eeda4..52af0372d 100644 --- a/src/tutorials/konnector/scrape-data.md +++ b/src/tutorials/konnector/scrape-data.md @@ -13,7 +13,7 @@ There are four steps for a connector to save data to [Cozy Stack][]: 1. parse and format data 1. save data to cozy stack -You can see these steps in the `src/index.js` in the [konnectors/template](https://github.com/konnectors/template/blob/master/src/index.js): +You can see these steps in the `src/index.js` in the [konnectors/template](https://github.com/konnectors/cozy-konnector-template/blob/master/src/index.js): ```javascript async function start(fields) {