summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-25 00:52:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-09-25 00:52:21 -0400
commit0e3e4f565ad4cda17759f2ebf9a8d35d4a8252b8 (patch)
tree149f597145e909c8ec7ab5e4aa32f820664a93cd /src
parent87536fbd9a9572d2b11bc429ecab91c5f8aeefa3 (diff)
downloadSMAPI-0e3e4f565ad4cda17759f2ebf9a8d35d4a8252b8.tar.gz
SMAPI-0e3e4f565ad4cda17759f2ebf9a8d35d4a8252b8.tar.bz2
SMAPI-0e3e4f565ad4cda17759f2ebf9a8d35d4a8252b8.zip
add redirect for SMAPI release notes
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Web/Startup.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Startup.cs b/src/SMAPI.Web/Startup.cs
index 4b22ca67..d8561172 100644
--- a/src/SMAPI.Web/Startup.cs
+++ b/src/SMAPI.Web/Startup.cs
@@ -216,6 +216,7 @@ namespace StardewModdingAPI.Web
// GitHub docs
[@"^/package(?:/?(.*))$"] = "https://github.com/Pathoschild/SMAPI/blob/develop/docs/technical/mod-package.md#$1",
+ [@"^/release(?:/?(.*))$"] = "https://github.com/Pathoschild/SMAPI/blob/develop/docs/release-notes.md#$1",
// legacy redirects
[@"^/compat\.?$"] = "https://smapi.io/mods"