Skip to content

Commit 0958bd8

Browse files
Update components.mdx
1 parent 7c19ad6 commit 0958bd8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs-v2/pages/connect/components.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can skip steps 1 and 2 if you already know the component you want to use or
4040

4141
### Authenticate to the Pipedream API
4242

43-
Before sending requests to the API, make sure to authenticate using a Pipedream OAuth client:
43+
Before sending requests to the API, make sure to [authenticate using a Pipedream OAuth client](rest-api/auth#oauth):
4444

4545
<Tabs items={['Node.js', 'HTTP (cURL)']}>
4646
<Tabs.Tab>
@@ -80,7 +80,7 @@ All subsequent examples assume that you've either initialized the SDK client or
8080

8181
### Find the app you want to use
8282

83-
In order to find the right trigger or action to configure and run, you first need to find the app. In this example, we'll search for `gitlab`.
83+
To find the right trigger or action to configure and run, first find the app. In this example, we'll search for `gitlab`.
8484

8585
<Tabs items={['Node.js', 'HTTP (cURL)']}>
8686
<Tabs.Tab>
@@ -676,8 +676,9 @@ above:
676676

677677
#### Deploying a source
678678

679-
Because sources are exercised by events that happen on a third-party service,
680-
their semantics are different from actions. Once a source is configured, it must
679+
Because sources are exercised by events that happen on a third-party service,
680+
their semantics are different from actions. Once configured, a source must be
681+
deployed to start listening for events. Once a source is configured, it must
681682
be deployed in order to start listening for events. When deploying a source, you
682683
can define either a webhook URL or a Pipedream workflow ID to consume those events.
683684

0 commit comments

Comments
 (0)