From 4d4b4e3c671528c8a92d6ff41f6383d00ada6393 Mon Sep 17 00:00:00 2001 From: dmitriy-dev <21glicodin@gmail.com> Date: Thu, 20 Apr 2023 14:25:27 +0400 Subject: [PATCH] Fix broken tooltip links --- component.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/component.json b/component.json index 3a219ff..6442e6c 100644 --- a/component.json +++ b/component.json @@ -10,7 +10,7 @@ "title": "Read CSV file from URL", "help": { "description": "Fetch a CSV file from a given URL and store it in the attachment storage.", - "link": "/components/csv/triggers#read-csv-file-from-url" + "link": "/components/csv/deprecated-functions.html#read-csv-file-from-url" }, "type": "polling", "fields": { @@ -36,7 +36,7 @@ "title": "Read CSV attachment", "help": { "description": "Read a CSV attachment of an incoming message.", - "link": "/components/csv/actions#read-csv-attachment" + "link": "/components/csv/actions.html#read-csv-attachment" }, "fields": { "url": { @@ -64,7 +64,7 @@ "title": "Write CSV attachment", "help": { "description": "Multiple incoming events can be combined into one CSV file with the write CSV action.", - "link": "/components/csv/actions#write-csv-attachment" + "link": "/components/csv/actions#create-csv-from-message-stream" }, "fields": { "includeHeaders": { @@ -95,7 +95,7 @@ "title": "Write CSV attachment from JSON Object", "help": { "description": "Multiple incoming events can be combined into one CSV file with the write CSV action.", - "link": "/components/csv/actions#write-csv-attachment-from-json-object" + "link": "/components/csv/deprecated-functions.html#write-csv-attachment-from-json-object" }, "fields": { "includeHeaders": { @@ -141,7 +141,7 @@ "title": "Write CSV attachment from JSON Array", "help": { "description": "Incoming array can be converted into one CSV file with the write CSV action.", - "link": "/components/csv/actions#write-csv-attachment-from-json-array" + "link": "/components/csv/actions#create-csv-from-json-array" }, "fields": { "includeHeaders": {