From cf2a0933b4d3b619dcc835f0f240a85afd4ae1ce Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sat, 10 May 2025 18:36:17 +0500 Subject: [PATCH] Update program link URL in menu/view.go Updated the host and path for the program link to reflect the correct URL structure. This ensures users are directed to the proper project page. --- menu/view.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/view.go b/menu/view.go index f468498..d5a9815 100644 --- a/menu/view.go +++ b/menu/view.go @@ -40,8 +40,8 @@ func (v View) About(ffmpegVersion string, ffprobeVersion string) { MessageID: "programmLink", }), &url.URL{ Scheme: "https", - Host: "git.kor-elf.net", - Path: "kor-elf/gui-for-ffmpeg/releases", + Host: "gui-for-ffmpeg.projects.kor-elf.net", + Path: "/", }) licenseLink := widget.NewHyperlink(v.app.GetLocalizerService().GetMessage(&i18n.LocalizeConfig{