Skip to content

Commit

Permalink
Fix AWD documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Aug 2, 2024
1 parent 315528f commit e0a0cf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://highsidelabs.co" target="_blank">
<img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125">
<img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125" alt="Highside Labs logo">
</a>
</p>

Expand Down Expand Up @@ -74,7 +74,6 @@ This README is divided into several sections:
* [Uploading a feed document](#uploading-a-feed-document)
* [Downloading a feed result document](#downloading-a-feed-result-document)
* [Naming conventions](#naming-conventions)
* [API versions](#api-versions)

## Getting Started

Expand Down Expand Up @@ -216,7 +215,7 @@ use SellingPartnerApi\SellingPartnerApi;
$sellerConnector = SellingPartnerApi::seller(/* ... */);
```

* **Amazon Warehousing and Distribution API (v2024-05-09)** ([docs](https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference`))
* **Amazon Warehousing and Distribution API (v2024-05-09)** ([docs](https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference))
```php
$amazonWarehousingAndDistributionApi = $sellerConnector->amazonWarehousingAndDistributionV20240509();
```
Expand Down

0 comments on commit e0a0cf1

Please sign in to comment.