Skip to content

Commit 99e89f9

Browse files
Fixing more broken links
1 parent 1aa8dfc commit 99e89f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs-v2/pages/connect/api-proxy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Callout from '@/components/Callout'
55

66
Pipedream Connect provides a proxy API that you can use to send authenticated requests to any integrated API on behalf of your users, which is useful in a few scenarios:
77

8-
1. You need code-level control and you want to use [Pipedream's OAuth](/connect/managed-auth/oauth-clients#using-pipedream-oauth) instead of [your own OAuth client](/connect/managed-auth/oauth-clients#using-your-own-oauth-client)
8+
1. You need code-level control and you want to use [Pipedream's OAuth](/connect/managed-auth/oauth-clients#using-pipedream-oauth) instead of [your own OAuth client](/connect/managed-auth/oauth-clients#using-a-custom-oauth-client)
99
2. There isn't a [pre-built tool](/connect/components) (action) for the app, or you need to modify the request
1010
3. You want to avoid storing end user credentials in your app
1111

docs-v2/pages/connect/managed-auth/oauth-clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For any OAuth app that supports it, **you can always use your own client.** Your
2929
## Using a custom OAuth client
3030

3131
1. Follow the steps [here](/connected-accounts/oauth-clients#configuring-custom-oauth-clients) to create an OAuth client in Pipedream.
32-
2. When connecting an account either via the [frontend SDK](/managed-auth/connect/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauthAppId` in `pd.connectAccount()`.
32+
2. When connecting an account either via the [frontend SDK](/connect/managed-auth/quickstart#use-the-pipedream-sdk-in-your-frontend), make sure to include the `oauthAppId` in `pd.connectAccount()`.
3333
3. If using [Connect Link](/connect/managed-auth/quickstart#or-use-connect-link), make sure to include the `oauthAppId` in the URL.
3434

3535
### Finding your OAuth app ID

docs-v2/vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@
313313
{
314314
"source": "/docs/connect/webhooks",
315315
"destination": "/docs/connect/managed-auth/webhooks"
316+
},
317+
{
318+
"source": "/connect/oauth-clients#using-your-own-oauth-client",
319+
"destination": "/connect/managed-auth/oauth-clients#using-a-custom-oauth-client"
316320
}
317321
]
318322
}

0 commit comments

Comments
 (0)