Browse Source

Fix docs link about CSV. Part 2.

Lauri Ojansivu 6 days ago
parent
commit
a9c67ac200
2 changed files with 3 additions and 3 deletions
  1. 2 2
      docs/ImportExport/CSV/CSV.md
  2. 1 1
      docs/README.md

+ 2 - 2
docs/ImportExport/CSV/CSV.md

@@ -5,8 +5,8 @@ Right to click your username / All Boards / Add Board / Import / From CSV/TSV
 [CSV import was added at PR 3081](https://github.com/wekan/wekan/pull/3081)
 
 Here's a copy of the CSV and TSV to test out the functionality:
-- [board-import.csv](https://wekan.fi/csv/board-import.csv)
-- [board-import.tsv](https://wekan.fi/csv/board-import.tsv)
+- [board-import.csv](board-import.csv)
+- [board-import.tsv](board-import.tsv)
 
 Frontend:
 - [Import CSV code](https://github.com/wekan/wekan/tree/main/client/components/import)

+ 1 - 1
docs/README.md

@@ -66,7 +66,7 @@ Wekan is distributed under the [MIT License], allowing anyone to easily work wit
 
 * [From Previous Export, paste big WeKan JSON](ImportExport/From-Previous-Export.md)
 * [Progress: Import/Export/Sync](ImportExport/Sync.md)
-* [From CSV/TSV](ImportExport/CSV)
+* [From CSV/TSV](ImportExport/CSV/CSV.md)
 * [From Trello](ImportExport/trello/Migrating-from-Trello.md)
 * [From Jira](ImportExport/Jira.md)
 * [From Asana](ImportExport/Asana.md)