Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken tooltip links #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down