diff --git a/README.md b/README.md index 2b0b92e..c3d7818 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To make requests to our API, you must register as a developer and have your cred Also very important: For the OAuth authentication mechanism, the resources to which you have acccess depend on the scopes that the merchant has granted to your application. For more information about Store API scopes, -see: [OAuth Scopes](https://developer.bigcommerce.com/api/scopes). +see: [OAuth Scopes](https://developer.bigcommerce.com/docs/start/authentication/api-accounts#oauth-scopes). ## Authentication We currently have two different authentication schemes that you can select, depending on your use case. diff --git a/examples/README.md b/examples/README.md index 4b78d6c..b3670a5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,10 +6,10 @@ For reference on the individual resources and the schema of the objects, please ## Configuration #### [Private Apps](configuration/legacy_auth.rb) -Public apps (also known as Single-Click Apps) must use OAuth authentication. +To develop a custom integration for one store, your app needs to use Basic Authentication. #### [Public Apps](configuration/oauth.rb) -To develop a custom integration for one store, your app needs to use Basic Authentication. +Public apps (also known as Single-Click Apps) must use OAuth authentication. ## Content #### [Blog Posts](content/blog_post.rb)