summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-24 14:35:16 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-24 14:35:16 -0400
commitea96fdf54167608502885a64e844e8b67f1c1d72 (patch)
treeac685e91fa7ef9e520da58649769f132bb1b0301 /src
parentbb9cde8f2e4737627668b75d55660816d7386f06 (diff)
downloadSMAPI-ea96fdf54167608502885a64e844e8b67f1c1d72.tar.gz
SMAPI-ea96fdf54167608502885a64e844e8b67f1c1d72.tar.bz2
SMAPI-ea96fdf54167608502885a64e844e8b67f1c1d72.zip
update ModDrop URLs
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/ViewModels/ModModel.cs2
-rw-r--r--src/SMAPI.Web/appsettings.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/ViewModels/ModModel.cs b/src/SMAPI.Web/ViewModels/ModModel.cs
index 45b12397..575d596a 100644
--- a/src/SMAPI.Web/ViewModels/ModModel.cs
+++ b/src/SMAPI.Web/ViewModels/ModModel.cs
@@ -106,7 +106,7 @@ namespace StardewModdingAPI.Web.ViewModels
if (entry.ModDropID.HasValue)
{
anyFound = true;
- yield return new ModLinkModel($"https://www.moddrop.com/sdv/mod/{entry.ModDropID}", "ModDrop");
+ yield return new ModLinkModel($"https://www.moddrop.com/stardew-valley/mod/{entry.ModDropID}", "ModDrop");
}
if (!string.IsNullOrWhiteSpace(entry.CurseForgeKey))
{
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index b1d39a6f..22fd7396 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -39,7 +39,7 @@
"GitHubPassword": null,
"ModDropApiUrl": "https://www.moddrop.com/api/mods/data",
- "ModDropModPageUrl": "https://www.moddrop.com/sdv/mod/{0}",
+ "ModDropModPageUrl": "https://www.moddrop.com/stardew-valley/mod/{0}",
"NexusApiKey": null,
"NexusBaseUrl": "https://www.nexusmods.com/stardewvalley/",