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:
parent
fa6c929ec8
commit
cf2a0933b4
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user