Skip to content

Commit 9cafb36

Browse files
authored
Merge pull request #442 from Shopify/fix-partners-link
Update links to Partners Dashboard
2 parents 4f2f800 + bd48f94 commit 9cafb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The [Shopify Admin API](https://shopify.dev/docs/admin-api) Python Library
88
## Usage
99

1010
### Requirements
11-
You should be signed up as a partner on the [Shopify Partners Dashboard](https://partners.shopify.com) so that you can create and manage shopify applications.
11+
You should be signed up as a partner on the [Shopify Partners Dashboard](https://www.shopify.com/partners) so that you can create and manage shopify applications.
1212

1313
#### Python version
1414
This library requires Python 3.8 or lower.
@@ -24,7 +24,7 @@ pip install --upgrade ShopifyAPI
2424
### Getting Started
2525
#### Public and Custom Apps
2626

27-
1. First create a new application in the [Partners Dashboard](https://partners.shopify.com/apps/new), and retreive your API Key and API Secret Key.
27+
1. First create a new application in the [Partners Dashboard](https://www.shopify.com/partners), and retrieve your API Key and API Secret Key.
2828
1. We then need to supply these keys to the Shopify Session Class so that it knows how to authenticate.
2929

3030
```python

0 commit comments

Comments
 (0)