diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 10:41:26 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-25 10:41:26 -0500 |
commit | c90b821a43bd98c3268a25a324f10a1f2055d7ac (patch) | |
tree | 0527dd7a06d3def685fc2f913efdb6e65360103d /src | |
parent | 05136e69f10a40998181423a6e507386d620ff98 (diff) | |
download | SMAPI-c90b821a43bd98c3268a25a324f10a1f2055d7ac.tar.gz SMAPI-c90b821a43bd98c3268a25a324f10a1f2055d7ac.tar.bz2 SMAPI-c90b821a43bd98c3268a25a324f10a1f2055d7ac.zip |
minor tweaks (#411)
Diffstat (limited to 'src')
-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> |