From 54a9dcc0f95097026ac0f981e22a53af464ee68a Mon Sep 17 00:00:00 2001 From: Dave Hagen Date: Tue, 3 Mar 2026 16:29:51 -0800 Subject: [PATCH] fixed broken links (typo) --- website/docs/trex_release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/trex_release-notes.md b/website/docs/trex_release-notes.md index f070649..b6431ad 100644 --- a/website/docs/trex_release-notes.md +++ b/website/docs/trex_release-notes.md @@ -20,9 +20,9 @@ What's new in this release: * Added ISO values to `PeriodType` for parameters with `Range` domain type. -* 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. +* 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. -* 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. +* 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.