Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zzooeeyy committed Apr 26, 2024
1 parent bc44ecb commit e0ff130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/tough-donkeys-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/apps/shopify-api/docs/guides/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit e0ff130

Please sign in to comment.