From 6160d6703289c889f00a400947ea13e60af019a0 Mon Sep 17 00:00:00 2001 From: wiktor2200 Date: Fri, 17 Jun 2022 22:07:18 +0200 Subject: [PATCH] fix(docs): fix links to JSON schemas for Trello Link in docs was wrong, missing dir: `Importer/` --- docs/User_documentation_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/User_documentation_en.md b/docs/User_documentation_en.md index 876b95f02..c4b686caf 100644 --- a/docs/User_documentation_en.md +++ b/docs/User_documentation_en.md @@ -90,7 +90,7 @@ Steps: * Create the configuration file * Execute the import informing the import file path, data file and source as `Trello JSON` -Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/fixtures/config-trelloJson-schema.json) for import `Trello JSON` +Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloJson-schema.json) for import `Trello JSON` Example configuration file: ```json @@ -120,7 +120,7 @@ https://api.trello.com/1/members/me/boards?key={yourKey}&token={yourToken}&field This ID you will use in the configuration file in the `board` property * Create the configuration file -Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/fixtures/config-trelloApi-schema.json) for import `Trello JSON` +Create the configuration file respecting the [JSON Schema](https://github.com/nextcloud/deck/blob/master/lib/Service/Importer/fixtures/config-trelloApi-schema.json) for import `Trello JSON` Example configuration file: ```json