Skip to content

Commit e0a0cf1

Browse files
committed
Fix AWD documentation link
1 parent 315528f commit e0a0cf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://highsidelabs.co" target="_blank">
3-
<img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125">
3+
<img src="https://github.com/highsidelabs/.github/blob/main/images/logo.png?raw=true" width="125" alt="Highside Labs logo">
44
</a>
55
</p>
66

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

7978
## Getting Started
8079

@@ -216,7 +215,7 @@ use SellingPartnerApi\SellingPartnerApi;
216215
$sellerConnector = SellingPartnerApi::seller(/* ... */);
217216
```
218217

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

0 commit comments

Comments
 (0)