Browse Source

Merge pull request #560 from Shopify/doc-updates

Doc updates
Alex Aitken 6 years ago
parent
commit
34710e2219
2 changed files with 3 additions and 3 deletions
  1. 0 0
      CHANGELOG.md
  2. 3 3
      README.md

+ 0 - 0
CHANGELOG → CHANGELOG.md


+ 3 - 3
README.md

@@ -87,9 +87,9 @@ end
 ### URLs that have not changed
 
 - OAuth URLs for `authorize`, getting the `access_token` from a code, `access_scopes`, and using a `refresh_token` have _not_ changed.
-  - get: `/admin/oauth/authorize.json`
-  - post: `/admin/oauth/access_token.json`
-  - get: `/admin/oauth/access_scopes.json`
+  - get: `/admin/oauth/authorize`
+  - post: `/admin/oauth/access_token`
+  - get: `/admin/oauth/access_scopes`
 - URLs for the merchant’s web admin have _not_ changed. For example: to send the merchant to the product page the url is still `/admin/product/<id>`
 
 ## Usage