From f108a292e400ada937cad27e80748eca23da448f Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Sun, 30 Jan 2022 21:06:14 -0500 Subject: [PATCH] Fix broken link --- src/qtgui/afsk1200win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/afsk1200win.cpp b/src/qtgui/afsk1200win.cpp index 6ca2becc6..12f890172 100644 --- a/src/qtgui/afsk1200win.cpp +++ b/src/qtgui/afsk1200win.cpp @@ -129,7 +129,7 @@ void Afsk1200Win::on_actionInfo_triggered() "eliminating the need to mess with virtual or real audio cables. " "It can decode AX.25 packets and displays the decoded packets in a text view.

" "

The decoder is based on Qtmm, which is available for Linux, Mac and Windows " - "at http://qtmm.sf.net.

" + "at https://sourceforge.net/projects/qtmm/.

" ).arg(VERSION)); }