Skip to content

Commit f5d8cac

Browse files
Fixing broken link refs
1 parent 9675ba4 commit f5d8cac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs-v2/pages/connected-accounts/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Pipedream provides native integrations for [{process.env.PUBLIC_APPS}+ APIs](htt
99

1010
- [Link that account to any step of a workflow](#connecting-accounts), using the associated credentials to make API requests to any service.
1111
- [Manage permissions](#managing-connected-accounts), limiting access to sensitive accounts
12-
- [Access credentials via API](#accessing-credentials-via-api), letting you build services anywhere and use Pipedream to handle auth
1312

1413
Pipedream handles OAuth for you, ensuring you always have a fresh access token to authorize requests, and [credentials are tightly-secured](/privacy-and-security/#third-party-oauth-grants-api-keys-and-environment-variables).
1514

@@ -39,6 +38,10 @@ For example, if you add a new connected account for **Sendgrid**, you'll be aske
3938

4039
## Connecting accounts
4140

41+
<Callout type="info">
42+
This section discusses connecting **your own account** within the Pipedream UI. If you're looking to use the connected accounts for your customers, check out the [Connect docs](/connect).
43+
</Callout>
44+
4245
### From an action
4346

4447
Prebuilt actions that connect to a specific service require you connect your account for that service before you run your workflow. Click the **Connect [APP]** button to get started.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ curl 'https://api.pipedream.com/v1/accounts' \
227227

228228
### Get account
229229

230-
By default, this route returns metadata for a specific connected account. Set `include_credentials=true` to return credentials that you can use in any app where you need auth. [See this guide](/connected-accounts/api/) to learn more.
230+
By default, this route returns metadata for a specific connected account. Set `include_credentials=true` to return credentials that you can use in any app where you need the actual credentials (API key or OAuth access token for example).
231231

232232
#### Endpoint
233233

0 commit comments

Comments
 (0)