From b3ef1858661c73a022f8432dad0b3c9e957ac350 Mon Sep 17 00:00:00 2001 From: Silarn Date: Tue, 24 Apr 2018 09:22:51 -0700 Subject: Update Nexus protocol to https --- src/nexusinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nexusinterface.cpp') 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(); } } -- cgit v1.3.1