This commit is contained in:
Benjamin Przybocki 2014-12-21 12:06:08 -06:00 committed by Buddybenj
commit 4f324ad742
14 changed files with 23 additions and 38 deletions

View file

@ -284,7 +284,7 @@ void DMainWindow::OnOpenDocs()
void DMainWindow::OnOpenGitHub()
{
QDesktopServices::openUrl(QUrl(SL("https://github.com/dolphin-emu/dolphin/")));
QDesktopServices::openUrl(QUrl(SL("https://github.com/dolphin-emu/dolphin")));
}
void DMainWindow::OnOpenSystemInfo()