Skip to content

Commit f1cfd96

Browse files
Update API reference links to match capitalized section headers
1 parent 346b30b commit f1cfd96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs-v2/pages/connect/components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ These are 2 categories of triggers you can deploy on behalf of your end users:
821821
- [Native triggers](#native-triggers)
822822

823823
<Callout type="info">
824-
Refer to the [full Connect API reference](/connect/api/#deploy-a-trigger) to list, retrieve, delete, and manage triggers for your user.
824+
Refer to the [full Connect API reference](/connect/api/#deploy-trigger) to list, retrieve, delete, and manage triggers for your user.
825825
</Callout>
826826

827827
### App-based event sources

docs-v2/pages/connect/workflows.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,13 @@ curl -X POST https://{your-endpoint-url} \
358358

359359
### Deploy an event source
360360

361-
You can [programmatically deploy triggers via the API](/connect/api/#deploy-a-trigger) to have events from integrated apps (like [new Slack messages](https://pipedream.com/apps/slack/triggers/new-message-in-channels) or [new emails in Gmail](https://pipedream.com/apps/gmail/triggers/new-email-received)) trigger your workflow. This allows you to:
361+
You can [programmatically deploy triggers via the API](/connect/api/#deploy-trigger) to have events from integrated apps (like [new Slack messages](https://pipedream.com/apps/slack/triggers/new-message-in-channels) or [new emails in Gmail](https://pipedream.com/apps/gmail/triggers/new-email-received)) trigger your workflow. This allows you to:
362362

363363
- Deploy triggers for specific users from your application
364364
- Configure trigger parameters per-user
365365
- Manage deployed triggers via the API
366366

367-
See the [API documentation](/connect/api/#deploy-a-trigger) for detailed examples of deploying and managing triggers.
367+
See the [API documentation](/connect/api/#deploy-trigger) for detailed examples of deploying and managing triggers.
368368

369369
## OAuth client requirements
370370

0 commit comments

Comments
 (0)