From 75078ba035d072603272d74467511ad47a28171d Mon Sep 17 00:00:00 2001 From: Flaviu Tritean Date: Fri, 7 Apr 2023 12:27:37 +0300 Subject: [PATCH] Resolve issues reported ( Broken URL ) --- .../Sdl.Community.RecordSourceTU/TellMe/HelpAction.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Record Source TU/Sdl.Community.RecordSourceTU/TellMe/HelpAction.cs b/Record Source TU/Sdl.Community.RecordSourceTU/TellMe/HelpAction.cs index 574495ef12..b6bc9aaf4f 100644 --- a/Record Source TU/Sdl.Community.RecordSourceTU/TellMe/HelpAction.cs +++ b/Record Source TU/Sdl.Community.RecordSourceTU/TellMe/HelpAction.cs @@ -19,7 +19,7 @@ public HelpAction() public override void Execute() { - Process.Start("https://community.sdl.com/product-groups/translationproductivity/w/customer-experience/4721/new-in-version-1-2-0-3"); + Process.Start("https://community.rws.com/product-groups/trados-portfolio/rws-appstore/w/wiki/4720/recordsource-tu"); } } } \ No newline at end of file