diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-24 09:22:51 -0700 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-24 09:22:51 -0700 |
| commit | b3ef1858661c73a022f8432dad0b3c9e957ac350 (patch) | |
| tree | cf9af4fdaa7b4329a8efb3bdfba77008d2afea6d /src/nexusinterface.cpp | |
| parent | 18328587b5703f9bcd6b518f741721f75b480f7c (diff) | |
Update Nexus protocol to https
Diffstat (limited to 'src/nexusinterface.cpp')
| -rw-r--r-- | src/nexusinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nexusinterface.cpp b/src/nexusinterface.cpp index 6cf5b9e9..c79e17a0 100644 --- a/src/nexusinterface.cpp +++ b/src/nexusinterface.cpp @@ -645,7 +645,7 @@ void NexusInterface::managedGameChanged(IPluginGame const *game) namespace {
QString get_management_url(MOBase::IPluginGame const *game)
{
- return "http://nmm.nexusmods.com/" + game->gameNexusName().toLower();
+ return "https://nmm.nexusmods.com/" + game->gameNexusName().toLower();
}
}
|
