diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-18 16:21:16 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-01-18 16:21:16 -0500 |
commit | 25a22f5d7c527e60919b0e08a212578a323a8165 (patch) | |
tree | 1eb634650ff047ee3d588a17c041d08f57959d52 /src/SMAPI.Web/Views | |
parent | 700ea3cf1babe29d0365cdfec3cb2cd5a31e3f2b (diff) | |
download | SMAPI-25a22f5d7c527e60919b0e08a212578a323a8165.tar.gz SMAPI-25a22f5d7c527e60919b0e08a212578a323a8165.tar.bz2 SMAPI-25a22f5d7c527e60919b0e08a212578a323a8165.zip |
update community links
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 778da2d1..eded9df3 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -53,9 +53,11 @@ <div class="area"> <h2 id="help">Get help</h2> <ul> + <li><a href="https://smapi.io/community">Ask on Discord</a></li> + <li><a href="https://reddit.com/r/SMAPI">Ask on Reddit</a></li> <li><a href="@Url.PlainAction("Index", "Mods")">Mod compatibility list</a></li> - <li><a href="https://smapi.io/community">Ask questions</a> (or join the community!)</li> </ul> + (Or join the community!) </div> <div class="area"> |