summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/fallout3info.cpp4
-rw-r--r--src/shared/falloutnvinfo.cpp4
-rw-r--r--src/shared/oblivioninfo.cpp4
-rw-r--r--src/shared/skyriminfo.cpp4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp
index 864a67be..cc90d6fa 100644
--- a/src/shared/fallout3info.cpp
+++ b/src/shared/fallout3info.cpp
@@ -155,13 +155,13 @@ std::wstring Fallout3Info::getSEName()
std::wstring Fallout3Info::getNexusPage()
{
- return L"http://www.nexusmods.com/fallout3";
+ return L"http://nmm.nexusmods.com/fallout3";
}
std::wstring Fallout3Info::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/fallout3";
+ return L"http://nmm.nexusmods.com/fallout3";
}
diff --git a/src/shared/falloutnvinfo.cpp b/src/shared/falloutnvinfo.cpp
index 8df9607d..abff9323 100644
--- a/src/shared/falloutnvinfo.cpp
+++ b/src/shared/falloutnvinfo.cpp
@@ -209,13 +209,13 @@ std::wstring FalloutNVInfo::getSEName()
std::wstring FalloutNVInfo::getNexusPage()
{
- return L"http://www.nexusmods.com/newvegas";
+ return L"http://nmm.nexusmods.com/newvegas";
}
std::wstring FalloutNVInfo::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/newvegas";
+ return L"http://nmm.nexusmods.com/newvegas";
}
diff --git a/src/shared/oblivioninfo.cpp b/src/shared/oblivioninfo.cpp
index 1438de0a..c84f8b88 100644
--- a/src/shared/oblivioninfo.cpp
+++ b/src/shared/oblivioninfo.cpp
@@ -191,13 +191,13 @@ std::wstring OblivionInfo::getSEName()
std::wstring OblivionInfo::getNexusPage()
{
- return L"http://www.nexusmods.com/oblivion";
+ return L"http://nmm.nexusmods.com/oblivion";
}
std::wstring OblivionInfo::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/oblivion";
+ return L"http://nmm.nexusmods.com/oblivion";
}
diff --git a/src/shared/skyriminfo.cpp b/src/shared/skyriminfo.cpp
index a8b9a433..38b2cf37 100644
--- a/src/shared/skyriminfo.cpp
+++ b/src/shared/skyriminfo.cpp
@@ -183,13 +183,13 @@ std::wstring SkyrimInfo::getSEName()
std::wstring SkyrimInfo::getNexusPage()
{
- return L"http://www.nexusmods.com/skyrim";
+ return L"http://nmm.nexusmods.com/skyrim";
}
std::wstring SkyrimInfo::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/skyrim";
+ return L"http://nmm.nexusmods.com/skyrim";
}