Skip to content

Commit 1ff982b

Browse files
committed
Fixed broken link
1 parent 3a653b8 commit 1ff982b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-commerce/key-concepts/settings-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ public class MyDiscountRewardProviderSettings
3333
Attributes define an optional `Key` parameter to override the default setting alias which would otherwise be the property name in camel case. An optional `EditorUiAlias` and `EditorConfig` options can also be defined to control the Umbraco property editor used to edit the given property. If no view is defined, one will attempt to be automatically chosen based on the property's value type.
3434

3535
{% hint style="info" %}
36-
See the CMS documentation for a list of [available Property Editor UI elements and their config properties](/umbraco-cms/reference/property-editor-uis).
36+
See the CMS documentation for a list of [available Property Editor UI elements and their config properties](../../umbraco-cms/reference/property-editor-uis/README.md).
3737
{% endhint %}
3838

3939
Labels and descriptions for settings are controlled through [Localization](#localization) entries.
4040

4141
An example of a generated UI built from these properties would look something like this:
4242

43-
![Discount Rule UI](../media/discount\_rule\_ui.png)
43+
![Discount Rule UI](../media/discount_rule_ui.png)
4444

4545
### Default Values
4646

0 commit comments

Comments
 (0)