From a68dd26b6f21fce04ee6b62e24ef38455d36f22f Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 4 Dec 2021 23:42:19 +0200 Subject: [PATCH] Updated CSV (markdown) --- CSV.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CSV.md b/CSV.md index e2e50a3..78ac8ba 100644 --- a/CSV.md +++ b/CSV.md @@ -10,7 +10,6 @@ Frontend: - [Import CSV code](https://github.com/wekan/wekan/tree/master/client/components/import) Backend: -- [Import CSV code](https://github.com/wekan/wekan/blob/master/models/csvCreator.js) -- [Related general Import code](https://github.com/wekan/wekan/blob/master/models/import.js) +- [Import CSV code](https://github.com/wekan/wekan/blob/master/models/csvCreator.js) and [General Import code](https://github.com/wekan/wekan/blob/master/models/import.js) [Related pull requests](https://github.com/wekan/wekan/pulls?q=is%3Apr+is%3Aclosed+csv)