diff --git a/www/apps/resources/app/commerce-modules/order/promotion-adjustments/page.mdx b/www/apps/resources/app/commerce-modules/order/promotion-adjustments/page.mdx index 3044d0c792..06f8f8ac78 100644 --- a/www/apps/resources/app/commerce-modules/order/promotion-adjustments/page.mdx +++ b/www/apps/resources/app/commerce-modules/order/promotion-adjustments/page.mdx @@ -43,7 +43,7 @@ When using the Order and Promotion modules together, use the [computeActions met -Learn more about actions in the [Promotion Module’s documentation](../../promotion/actions/). +Learn more about actions in the [Promotion Module’s documentation](../../promotion/actions/page.mdx). @@ -134,4 +134,4 @@ await orderModuleService.setOrderShippingMethodAdjustments( action.action === "addShippingMethodAdjustment" ) as AddShippingMethodAdjustment[] ) -``` \ No newline at end of file +```