Skip to content

Commit 70b218c

Browse files
fix component link
1 parent a78ddd2 commit 70b218c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

components/helper_functions/actions/schedule-task-in-future/schedule-task-in-future.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import helper_functions from "../../helper_functions.app.mjs";
55
export default {
66
key: "helper_functions-schedule-task-in-future",
77
name: "Pipedream Task Scheduler - Schedule Task",
8-
description: "Schedule a task with an existing task scheduler source. See [here](https://github.com/PipedreamHQ/pipedream/blob/master/components/pipedream/sources/new-scheduled-tasks/README.md) for more details.",
9-
version: "0.2.1",
8+
description: "Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.",
9+
version: "0.2.2",
1010
type: "action",
1111
props: {
1212
helper_functions,

components/helper_functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/helper_functions",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Pipedream Helper_functions Components",
55
"main": "helper_functions.app.mjs",
66
"keywords": [

components/pipedream_utils/actions/schedule-task-in-future/schedule-task-in-future.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import pipedream_utils from "../../pipedream_utils.app.mjs";
55
export default {
66
key: "pipedream_utils-schedule-task-in-future",
77
name: "Helper Functions - Pipedream Task Scheduler - Schedule Task",
8-
description: "Schedule a task with an existing task scheduler source. See [here](https://github.com/PipedreamHQ/pipedream/blob/master/components/pipedream/sources/new-scheduled-tasks/README.md) for more details.",
9-
version: "0.0.1",
8+
description: "Schedule a task with an existing task scheduler source. See [here](https://pipedream.com/apps/pipedream/triggers/new-scheduled-tasks) for more details.",
9+
version: "0.0.2",
1010
type: "action",
1111
props: {
1212
pipedream_utils,

components/pipedream_utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/pipedream_utils",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Pipedream Utils Components",
55
"main": "pipedream_utils.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)