Skip to content

Commit dce5571

Browse files
committed
Fixed link to old README and to countries model
1 parent b350be2 commit dce5571

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 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
88
[![Support](https://img.shields.io/badge/Support-Good-brightgreen)](https://github.com/sergioteula/python-amazon-paapi/issues)
99
[![Amazon API](https://img.shields.io/badge/Amazon%20API-5.0-%23FD9B15)](https://webservices.amazon.com/paapi5/documentation/)
1010

11-
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README) for documentation.
11+
> If you are still using the old version, go [here](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/README.md) for documentation.
1212
1313
## Features
1414

@@ -19,7 +19,7 @@ A simple Python wrapper for the [last version of the Amazon Product Advertising
1919
- Get multiple results at once without the 10 items limitation from Amazon.
2020
- Configurable throttling to avoid requests exceptions.
2121
- Type hints to help you coding.
22-
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/master/amazon/paapi.py#L31).
22+
- Support for [all available countries](https://github.com/sergioteula/python-amazon-paapi/blob/956f639b2ab3eab3f61644ae2ca8ae6500881312/amazon_paapi/models/regions.py#L1).
2323
- Ask for new features through the [issues](https://github.com/sergioteula/python-amazon-paapi/issues) section.
2424
- Join our [Telegram group](https://t.me/PythonAmazonPAAPI) for support or development.
2525

0 commit comments

Comments
 (0)