Skip to content

Commit c6c7db2

Browse files
authored
Correcting props link
1 parent 0ef5c8a commit c6c7db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/rest-api/workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the Get Workflow API response, you'll see two properties:
4848
* `triggers` - represents the triggers for the workflow.
4949
* `steps` - represents the series of steps within your workflow
5050

51-
`triggers` and `steps` contain [props](/workflows/steps/using-props/) that define the connected accounts as well as configuration.
51+
`triggers` and `steps` contain [props](/workflows/using-props) that define the connected accounts as well as configuration.
5252

5353
The next step is to learn how we can pass our specific connected accounts to app based props in the `steps` and/or `triggers` of the workflow template.
5454

@@ -252,4 +252,4 @@ Finally, send the request to create this new workflow with this payload we've de
252252
You should see the new workflow within your Pipedream dashboard under the workspace and project defined in the payload.
253253

254254
You can use this request to dynamically create new instances of the same workflow with different props, connected accounts and settings.
255-
</Steps>
255+
</Steps>

0 commit comments

Comments
 (0)