diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-01 13:48:23 -0400 |
commit | 52914515a28f26305253c02e1bb99d8d9eaad15a (patch) | |
tree | 500ee05284a0d815cef283a1575b3f3c5b0aef0a /src/SMAPI.Web/Views/Index | |
parent | 9461494a35b789c679a799fc9c5db2321d19d803 (diff) | |
download | SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.gz SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.tar.bz2 SMAPI-52914515a28f26305253c02e1bb99d8d9eaad15a.zip |
add community short url
Diffstat (limited to 'src/SMAPI.Web/Views/Index')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 249dc9d1..346af3f7 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -52,7 +52,7 @@ <h2 id="help">Get help</h2> <ul> <li><a href="@SiteConfig.Value.ModListUrl">Mod compatibility list</a></li> - <li>Get help <a href="https://stardewvalleywiki.com/Modding:Community#Discord">on Discord</a> or <a href="https://community.playstarbound.com/threads/smapi-stardew-modding-api.108375/">in the forums</a></li> + <li>Get help <a href="https://smapi.io/community">on Discord or in the forums</a></li> </ul> @if (Model.BetaVersion == null) @@ -124,5 +124,5 @@ else <li><a href="@Model.BetaVersion.DevDownloadUrl">SMAPI @Model.BetaVersion.Version for developers</a> (includes <a href="https://docs.microsoft.com/en-us/visualstudio/ide/using-intellisense">intellisense</a> and full console output)</li> } <li><a href="https://stardewvalleywiki.com/Modding:Index">Modding documentation</a></li> - <li>Need help? Come <a href="https://stardewvalleywiki.com/Modding:Community#Discord">chat on Discord</a>.</li> + <li>Need help? Come <a href="https://smapi.io/community">chat on Discord</a>.</li> </ul> |