Skip to content

Commit 72dad2a

Browse files
committed
Fix libqxt link
Fixes #1411
1 parent 73e1a88 commit 72dad2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ QString AboutDialog::aboutPage(const Theme &theme)
122122
+ helpLib("Font Awesome",
123123
"Copyright (c) Fonticons, Inc.", "https://fontawesome.com")
124124
+ helpLib("LibQxt",
125-
"Copyright (c), the LibQxt project", "http://libqxt.org")
125+
"Copyright (c), the LibQxt project", "https://bitbucket.org/libqxt/libqxt/wiki/Home")
126126
+ helpLib("Solarized",
127127
"Copyright (c) Ethan Schoonover", "https://ethanschoonover.com/solarized")
128128

0 commit comments

Comments
 (0)