summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-04 21:09:08 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-04 21:09:08 -0400
commit265ce35fd1db677230ddb16483b4d92e7c13a777 (patch)
treeac71cec90a121d9e1242fa794aa6b768e5e57dca /src/SMAPI.Web/appsettings.json
parent94c1be6154223d070e7f5e5bcce80e81a2098048 (diff)
downloadSMAPI-265ce35fd1db677230ddb16483b4d92e7c13a777.tar.gz
SMAPI-265ce35fd1db677230ddb16483b4d92e7c13a777.tar.bz2
SMAPI-265ce35fd1db677230ddb16483b4d92e7c13a777.zip
fix broken URL in Nexus update alerts
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r--src/SMAPI.Web/appsettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 53da6307..09c7d1c2 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -31,7 +31,7 @@
"GitHubPassword": null, // see top note
"NexusUserAgent": "Nexus Client v0.63.15",
- "NexusBaseUrl": "https://www.nexusmods.com/stardewvalley",
+ "NexusBaseUrl": "https://www.nexusmods.com/stardewvalley/",
"NexusModUrlFormat": "mods/{0}",
"PastebinBaseUrl": "https://pastebin.com/",