From 52914515a28f26305253c02e1bb99d8d9eaad15a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 1 Oct 2019 13:48:23 -0400 Subject: add community short url --- src/SMAPI.Web/Views/Index/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SMAPI.Web/Views') 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 @@

Get help

@if (Model.BetaVersion == null) @@ -124,5 +124,5 @@ else
  • SMAPI @Model.BetaVersion.Version for developers (includes intellisense and full console output)
  • }
  • Modding documentation
  • -
  • Need help? Come chat on Discord.
  • +
  • Need help? Come chat on Discord.
  • -- cgit