Skip to content

Commit a50e503

Browse files
committed
Fix a wrong link in product resources
1 parent 0fb25b6 commit a50e503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/php-client/resources/products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $client = new \Akeneo\Pim\AkeneoPimClientBuilder('http://akeneo.com/')->buildAut
4343
$product = $client->getProductApi()->get('top');
4444
```
4545

46-
You can get more information about the returned format of the product values [here](/documentation/resources.html#product).
46+
You can get more information about the returned format of the product values [here](/documentation/resources.html#product-values).
4747

4848
### Get a list of products
4949

@@ -178,7 +178,7 @@ $client->getProductApi()->create('top', [
178178
);
179179
```
180180

181-
You can get more information about the expected format of the product values [here](/documentation/resources.html#product).
181+
You can get more information about the expected format of the product values [here](/documentation/resources.html#product-values).
182182

183183
### Upsert a product
184184

@@ -226,7 +226,7 @@ $client->getProductApi()->upsert('top', [
226226
);
227227
```
228228

229-
You can get more information about the expected format of the product values [here](/documentation/resources.html#product).
229+
You can get more information about the expected format of the product values [here](/documentation/resources.html#product-values).
230230

231231
### Upsert a list of products
232232

0 commit comments

Comments
 (0)