Skip to content

Commit eae7066

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/commerce/payment/payment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ From the development perspective, the component enables [customization of the pa
1818
The component exposes the following APIs:
1919

2020
- [Payment method PHP API](payment_method_api.md) that allows for managing payment methods
21-
- [Payment method REST API](../../api/rest_api/rest_api_reference/rest_api_reference.html#payment-methods) that helps manage payment methods over HTTP
21+
- [Payment method REST API](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Payments) that helps manage payment methods over HTTP
2222
- [Payment PHP API](payment_api.md) that allows for managing payments
2323

2424
### Services
2525

2626
The Payment package provides the following services, which are entry points for calling backend APIs:
2727

2828
- `Ibexa\Contracts\Payment\PaymentMethodServiceInterface`
29-
- `Ibexa\Contracts\Payment\PaymentServiceInterface`
29+
- `Ibexa\Contracts\Payment\PaymentServiceInterface`

docs/commerce/payment/payment_method_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition: commerce
77

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

10-
To learn how to manage payment methods with the REST API, see the [REST API reference](../../api/rest_api/rest_api_reference/rest_api_reference.html#payment-methods).
10+
To learn how to manage payment methods with the REST API, see the [REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Payments).
1111

1212
To get payment methods and manage them, use the `Ibexa\Contracts\Payment\PaymentMethodServiceInterface` interface.
1313

0 commit comments

Comments
 (0)