summaryrefslogtreecommitdiff
path: root/src/nexusinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nexusinterface.cpp')
-rw-r--r--src/nexusinterface.cpp2
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();
}
}