From e0ff1300801be3b827d1f7156e9e1d3bcbcc7da0 Mon Sep 17 00:00:00 2001 From: Zoey Lan Date: Fri, 26 Apr 2024 15:03:29 -0600 Subject: [PATCH] Fix doc link --- .changeset/tough-donkeys-decide.md | 2 ++ packages/apps/shopify-api/docs/guides/oauth.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changeset/tough-donkeys-decide.md diff --git a/.changeset/tough-donkeys-decide.md b/.changeset/tough-donkeys-decide.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/tough-donkeys-decide.md @@ -0,0 +1,2 @@ +--- +--- 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).