Skip to content

Commit 887fa14

Browse files
committed
order_management/*.md: Update REST API Ref link
1 parent 5277639 commit 887fa14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/commerce/order_management/order_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ From the development perspective, the component enables customization of the ord
1313
The component exposes the following:
1414

1515
- [PHP API](order_management_api.md) that allows for managing orders
16-
- [REST API](../../api/rest_api/rest_api_reference/rest_api_reference.html#orders) that helps get order information over HTTP
16+
- [REST API](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Orders) that helps get order information over HTTP
1717

1818
### Order management service
1919

docs/commerce/order_management/order_management_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ month_change: false
88

99
!!! tip "Order management REST API"
1010

11-
To learn how to manage orders with the REST API, see the [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#orders).
11+
To learn how to manage orders with the REST API, see the [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Orders).
1212

1313
To get orders and manage them, use the [`Ibexa\Contracts\OrderManagement\OrderServiceInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-OrderManagement-OrderServiceInterface.html) interface.
1414

0 commit comments

Comments
 (0)