AboutDialog: Fix broken license link
This commit is contained in:
parent
942545b7fc
commit
0a6ac4d993
|
@ -41,7 +41,7 @@ AboutDialog::AboutDialog(QWidget* parent) : QDialog(parent)
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<a href='https://github.com/dolphin-emu/dolphin/blob/master/license.txt'>%LICENSE%</a> |
|
||||
<a href='https://github.com/dolphin-emu/dolphin/blob/master/COPYING'>%LICENSE%</a> |
|
||||
<a href='https://github.com/dolphin-emu/dolphin/graphs/contributors'>%AUTHORS%</a> |
|
||||
<a href='https://forums.dolphin-emu.org/'>%SUPPORT%</a>
|
||||
)")
|
||||
|
|
Loading…
Reference in New Issue