Skip to content

Commit

Permalink
Merge pull request #1591 from Pringo/master
Browse files Browse the repository at this point in the history
HTTP -> HTTPS for Wiki Search
  • Loading branch information
comex committed Nov 25, 2014
2 parents 245ff60 + 217ca9b commit 71125b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GameListCtrl.cpp
Expand Up @@ -1119,7 +1119,7 @@ void CGameListCtrl::OnWiki(wxCommandEvent& WXUNUSED (event))
if (!iso)
return;

std::string wikiUrl = "http://wiki.dolphin-emu.org/dolphin-redirect.php?gameid=" + iso->GetUniqueID();
std::string wikiUrl = "https://wiki.dolphin-emu.org/dolphin-redirect.php?gameid=" + iso->GetUniqueID();
WxUtils::Launch(wikiUrl);
}

Expand Down

0 comments on commit 71125b2

Please sign in to comment.