Skip to content

Commit 603b6f2

Browse files
authored
Merge pull request #6539 from umbraco/commerce-links
Fixed broken links
2 parents eeb06b0 + 375164b commit 603b6f2

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

14/umbraco-commerce/.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ key-concepts/events: key-concepts/events/README.md
1616
getting-started/introduction: getting-started/requirements.md
1717
installation/install: getting-started/install.md
1818
installation/the-licensing-model: getting-started/the-licensing-model.md
19+
key-concepts/sales-taxt-providers: key-concepts/sales-tax-providers.md
File renamed without changes.

14/umbraco-commerce/reference/taxes/calculated-tax-rates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This option allows you to dynamically calculate the tax obligations of an order
88

99
When using calculated rate taxes, taxes are calculated as a single price adjustment against the order total price and will not offer any breakdown.
1010

11-
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
11+
Calculated tax rates are configured using **Tax Calculation Methods**. A tax calculation method provides a connection to a third-party calculation service via a [Sales Tax Provider](../../key-concepts/sales-tax-providers.md). The sales tax provider passes the order details to the calculation service and returns the tax amount to be applied to the order.
1212

1313
{% hint style="info" %}
14-
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-taxt-providers.md).
14+
Before you can configure a tax calculation method, you will need to install at least one [sales tax provider](../../key-concepts/sales-tax-providers.md).
1515

1616
A TaxJar example is provided on GitHub at [https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar](https://github.com/umbraco/Umbraco.Commerce.SalesTaxProviders.TaxJar)
1717
{% endhint %}

14/umbraco-commerce/release-notes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description: >-
77

88
In this section, we have summarized the changes to Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce issue tracker](https://github.com/umbraco/Umbraco.Commerce.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
99

10-
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
10+
Any breaking changes or important issues to consider when upgrading are also mentioned in this article.
1111

1212
{% hint style="info" %}
13-
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](upgrading/version-specific-upgrades.md) article.
13+
If you are upgrading to a new major version, check the breaking changes in the [Version Specific Upgrade Notes](../upgrading/version-specific-upgrades.md) article.
1414
{% endhint %}
1515

1616
## Release History
@@ -23,7 +23,7 @@ This section contains the release notes for Umbraco Commerce 14 including all ch
2323

2424
#### 14.1.0 (25th September 2024)
2525

26-
* Added [Sales Tax Provider](../../key-concepts/sales-taxt-providers.md) support.
26+
* Added [Sales Tax Provider](../key-concepts/sales-tax-providers.md) support.
2727
* Added Tax Calculation Method to allow for calculated tax rates.
2828
* Updated Countries to accept a tax calculation method.
2929
* Updated Tax Classes to support tax codes.

0 commit comments

Comments
 (0)