Skip to content

Commit

Permalink
AboutDialog: Fix broken license link
Browse files Browse the repository at this point in the history
  • Loading branch information
OatmealDome committed Aug 18, 2021
1 parent 942545b commit 0a6ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/AboutDialog.cpp
Expand Up @@ -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>
)")
Expand Down

0 comments on commit 0a6ac4d

Please sign in to comment.