docs: fix link to promotion actions (#11271)

This commit is contained in:
Shahed Nasser
2025-02-03 10:58:55 +02:00
committed by GitHub
parent d288c34c2c
commit 44bfee25fb

View File

@@ -43,7 +43,7 @@ When using the Order and Promotion modules together, use the [computeActions met
<Note>
Learn more about actions in the [Promotion Modules documentation](../../promotion/actions/).
Learn more about actions in the [Promotion Modules documentation](../../promotion/actions/page.mdx).
</Note>
@@ -134,4 +134,4 @@ await orderModuleService.setOrderShippingMethodAdjustments(
action.action === "addShippingMethodAdjustment"
) as AddShippingMethodAdjustment[]
)
```
```