add redirect for SMAPI release notes

This commit is contained in:
Jesse Plamondon-Willard 2021-09-25 00:52:21 -04:00
parent 87536fbd9a
commit 0e3e4f565a
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 1 additions and 0 deletions

View File

@ -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"