add redirect for SMAPI release notes
This commit is contained in:
parent
87536fbd9a
commit
0e3e4f565a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue