diff --git a/packages/apps/shopify-api/docs/guides/oauth.md b/packages/apps/shopify-api/docs/guides/oauth.md index 4f1b66d126..7c23826bf3 100644 --- a/packages/apps/shopify-api/docs/guides/oauth.md +++ b/packages/apps/shopify-api/docs/guides/oauth.md @@ -29,7 +29,7 @@ with [token exchange](#token-exchange) instead of the authorization code grant f ## Token Exchange OAuth process by exchanging the current user's [session token](https://shopify.dev/docs/apps/auth/session-tokens) for an -[access token](https://shopify-dev-staging2.shopifycloud.com/docs/apps/auth/access-token-types/online.md) to make +[access token](https://shopify.dev/docs/apps/auth/access-token-types/online.md) to make authenticated Shopify API queries. This can replace authorization code grant flow completely if you also take advantage of [Shopify managed installation](https://shopify.dev/docs/apps/auth/installation#shopify-managed-installation).