diff --git a/docs/tablr-api.md b/docs/tablr-api.md index b8ac410..156aceb 100644 --- a/docs/tablr-api.md +++ b/docs/tablr-api.md @@ -110,4 +110,4 @@ readFile(filePath, data => { Now our table editor can be modified and saved on disk at any time. -If you want to see a more concrete example, you can take a look to the [CSVEditor class](https://github.com/abe33/atom-tablr/blob/master/lib/csv-editor.coffee) and [its test suite](https://github.com/abe33/atom-tablr/blob/master/spec/csv-editor-spec.coffee). +If you want to see a more concrete example, you can take a look to the [CSVEditor class](https://github.com/abe33/atom-tablr/blob/master/lib/csv-editor.js) and [its test suite](https://github.com/abe33/atom-tablr/blob/master/spec/csv-editor-spec.coffee).