From 8edc23748ab4b8b90f9b6728ab8bb9c0d2d7065d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 25 Feb 2025 14:31:10 +0200 Subject: [PATCH] docs: fix incorrect link in tax-inclusive-pricing (#11599) --- .../app/commerce-modules/pricing/tax-inclusive-pricing/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/commerce-modules/pricing/tax-inclusive-pricing/page.mdx b/www/apps/resources/app/commerce-modules/pricing/tax-inclusive-pricing/page.mdx index 74d4505346dd1..2d3d37959996a 100644 --- a/www/apps/resources/app/commerce-modules/pricing/tax-inclusive-pricing/page.mdx +++ b/www/apps/resources/app/commerce-modules/pricing/tax-inclusive-pricing/page.mdx @@ -16,7 +16,7 @@ For example, if a product’s price is $50, the tax rate is 2%, and tax-inclusiv ## How is Tax-Inclusive Pricing Set? -The [PricePreference data model](/references/pricing/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context: +The [PricePreference data model](/references/pricing/models/PricePreference) holds the tax-inclusive setting for a context. It has two properties that indicate the context: - `attribute`: The name of the attribute to compare against. For example, `region_id` or `currency_code`. - `value`: The attribute’s value. For example, `reg_123` or `usd`.