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.
This commit is contained in:
Leonid Nikitin 2025-05-10 18:36:17 +05:00
parent fa6c929ec8
commit cf2a0933b4
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541

View File

@ -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{