diff options
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 93dd389f..1bae8b16 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -7,9 +7,9 @@ } <p id="blurb"> - The mod loader for Stardew Valley. It works fine with GOG and Steam achievements, compatible - with Linux/Mac/Windows, you can uninstall it anytime, and there's a friendly community if - you need help. It's a cool pufferchick. + The mod loader for Stardew Valley. It works fine with GOG and Steam achievements, it's + compatible with Linux/Mac/Windows, you can uninstall it anytime, and there's a friendly + community if you need help. It's a cool pufferchick. </p> <div id="call-to-action"> @@ -31,7 +31,7 @@ @Html.Raw(Markdig.Markdown.ToHtml(Model.Description)) </div> -<p>See the <a href="https://github.com/Pathoschild/SMAPI/blob/develop/docs/release-notes.md#release-notes">release notes</a> for more info.</p> +<p>See the <a href="https://github.com/Pathoschild/SMAPI/blob/develop/docs/release-notes.md#release-notes">release notes</a> and <a href="https://stardewvalleywiki.com/Modding:SMAPI_compatibility">mod compatibility list</a> for more info.</p> <h2>Support SMAPI ♥</h2> <ul id="support-links"> @@ -41,7 +41,6 @@ <small>You'll have access to all private posts about behind-the-scenes info, upcoming features, and early previews of SMAPI updates. You can optionally provide early feedback on SMAPI features to influence development.</small> </li> <li><a href="https://github.com/Pathoschild/SMAPI">Contribute to the code</a></li> - <li><a href="https://community.playstarbound.com/threads/108375">Discuss, give feedback, or report bugs in the forums</a></li> </ul> <p> @@ -52,7 +51,7 @@ <a href="http://community.playstarbound.com/members/karmylla.637910/">Karmylla</a>, OfficialPiAddict, Robby LaFarge, - and a few anonymous users for supporting SMAPI; you're awesome! + and a few anonymous users for supporting SMAPI; you're awesome! 🏅 </p> <h2>For mod creators</h2> |