diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-28 23:32:39 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-28 23:32:39 -0500 |
| commit | 0306b0fc42ba1dbd76d86466ed045eab4e45186d (patch) | |
| tree | a1eca02ed7d81217114d4d99b984492c834eac20 /src/nexusinterface.cpp | |
| parent | 86c97c7c064faa8357c0f88f57d90ddab82d6d0a (diff) | |
Change Nexus API URL
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 45811658..8bf0de6e 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 "https://nmm.nexusmods.com/" + game->gameNexusName().toLower();
+ return "https://legacy-api.nexusmods.com/" + game->gameNexusName().toLower();
}
}
|
