Skip to content

Commit

Permalink
docs: Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne authored Aug 29, 2019
1 parent 8f71bc8 commit 23b9c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/konnector/scrape-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 23b9c32

Please sign in to comment.