Skip to content

Commit f523de6

Browse files
committed
update path
1 parent 5dd2b9c commit f523de6

File tree

1 file changed

+1
-1
lines changed
  • 17/umbraco-cms/customizing/extending-overview/extension-types/modals

1 file changed

+1
-1
lines changed

17/umbraco-cms/customizing/extending-overview/extension-types/modals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ declare global {
4848

4949
The Promise returned by `umbOpenModal` is handled for potential rejection. This occurs when the Model is closed without submitting. Use this behavior to carry out a certain action if the modal is cancelled. In this case, `undefined` is returned when the Modal is cancelled (rejected).
5050

51-
See the [Confirm Modal article](confirm-dialog.md) for an example.
51+
See the [Confirm Modal article](../../../utilities/modals/confirm-dialog.md) for an example.
5252

5353
### Directly open via the Modal Manager Context
5454

0 commit comments

Comments
 (0)