diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nexusinterface.cpp | 2 | ||||
| -rw-r--r-- | src/nxmaccessmanager.cpp | 2 |
2 files changed, 2 insertions, 2 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();
}
}
diff --git a/src/nxmaccessmanager.cpp b/src/nxmaccessmanager.cpp index 17c50e35..5b067d3c 100644 --- a/src/nxmaccessmanager.cpp +++ b/src/nxmaccessmanager.cpp @@ -42,7 +42,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. using namespace MOBase;
namespace {
- QString const Nexus_Management_URL("http://nmm.nexusmods.com");
+ QString const Nexus_Management_URL("https://nmm.nexusmods.com");
}
// unfortunately Nexus doesn't seem to document these states, all I know is all these listed
|
