diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-07 00:05:27 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-07 00:05:27 -0500 |
commit | c6b40fb5911b54ace96167fe5fc1bce4fe3695bc (patch) | |
tree | e60d270458a9fdb3e8ca951214e1b3a8ae129c91 /src/SMAPI.Web/Startup.cs | |
parent | 51de495ae4c1b9da13cce24dc15ac844b24f657e (diff) | |
download | SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.tar.gz SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.tar.bz2 SMAPI-c6b40fb5911b54ace96167fe5fc1bce4fe3695bc.zip |
add more helpful `help` command output
Diffstat (limited to 'src/SMAPI.Web/Startup.cs')
-rw-r--r-- | src/SMAPI.Web/Startup.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Startup.cs b/src/SMAPI.Web/Startup.cs index 586b0c3c..bd1f8c9b 100644 --- a/src/SMAPI.Web/Startup.cs +++ b/src/SMAPI.Web/Startup.cs @@ -210,6 +210,7 @@ namespace StardewModdingAPI.Web [@"^/community\.?$"] = "https://stardewvalleywiki.com/Modding:Community", [@"^/compat\.?$"] = "https://smapi.io/mods", [@"^/docs\.?$"] = "https://stardewvalleywiki.com/Modding:Index", + [@"^/help\.?$"] = "https://stardewvalleywiki.com/Modding:Help", [@"^/install\.?$"] = "https://stardewvalleywiki.com/Modding:Player_Guide/Getting_Started#Install_SMAPI", [@"^/troubleshoot(.*)$"] = "https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting$1", [@"^/xnb\.?$"] = "https://stardewvalleywiki.com/Modding:Using_XNB_mods" |