Skip to content

Commit e8bd1f2

Browse files
authored
Merge pull request #626 from d45/d45/v1_16_release
fixed broken links (typo)
2 parents a58a9b2 + 54a9dcc commit e8bd1f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/trex_release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ What's new in this release:
2020

2121
* Added ISO values to `PeriodType` for parameters with `Range` domain type.
2222

23-
* Added support for multiple dialogs. Use the [sendDialogMessageAsync](pathname:///api/interfaces//UI.html#senddialogmessageasync) method can send messages between any two dialog boxes or between any dialog box and the extension.
23+
* Added support for multiple dialogs. Use the [sendDialogMessageAsync](pathname:///api/interfaces/ui.html#senddialogmessageasync) method can send messages between any two dialog boxes or between any dialog box and the extension.
2424

25-
* Added the [sendDialogMessageToParentAsync](pathname:///api/interfaces//UI.html#senddialogmessagetoparentasync) method to the UI namespace. Sends a message from the dialog box to the extension or to the dialog box (the parent) that opened it.
25+
* Added the [sendDialogMessageToParentAsync](pathname:///api/interfaces/ui.html#senddialogmessagetoparentasync) method to the UI namespace. Sends a message from the dialog box to the extension or to the dialog box (the parent) that opened it.
2626

2727

2828

0 commit comments

Comments
 (0)