summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-31 22:31:19 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-31 22:31:19 -0400
commite5f8b1419afa2ad4bece4fde2286b967476c1031 (patch)
treed0f2d1f6240105449e3300ca230c51f6237b6323
parentfa36e80a118b4bcaa021b349bff3e70e3b903976 (diff)
downloadSMAPI-e5f8b1419afa2ad4bece4fde2286b967476c1031.tar.gz
SMAPI-e5f8b1419afa2ad4bece4fde2286b967476c1031.tar.bz2
SMAPI-e5f8b1419afa2ad4bece4fde2286b967476c1031.zip
fix Nexus mod update alerts not showing HTTPs links
-rw-r--r--docs/release-notes.md1
-rw-r--r--src/SMAPI.Web/appsettings.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 2a7835c0..b2a5b22a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -15,6 +15,7 @@
* Fixed `world_setseason` command not running season-change logic.
* Fixed mod update checks failing if a mod only has prerelease versions on GitHub.
* Fixed launch issue for Linux players with some terminals. (Thanks to HanFox and kurumushi!)
+ * Fixed Nexus mod update alerts not showing HTTPS links.
* Renamed `install.exe` to `install on Windows.exe` to avoid confusion.
* For modders:
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 095707a8..53da6307 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": "http://www.nexusmods.com/stardewvalley",
+ "NexusBaseUrl": "https://www.nexusmods.com/stardewvalley",
"NexusModUrlFormat": "mods/{0}",
"PastebinBaseUrl": "https://pastebin.com/",