Skip to content

Commit 3818d53

Browse files
committed
fix main sidebar link pointing to wiki instead of home page
1 parent c5d4524 commit 3818d53

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* Fixed JSON validator no longer letting you change format when viewing results.
2525
* Fixed JSON validator for Content Patcher schema not requiring `Default` if `AllowBlank` omitted.
2626
* Fixed log parser not correctly handling content packs with no author (thanks to danvolchek!).
27+
* Fixed main sidebar link pointing to wiki instead of home page.
2728

2829
* For modders:
2930
* Added asset propagation for...

src/SMAPI.Web/Controllers/IndexController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ namespace StardewModdingAPI.Web.Controllers
1616
{
1717
/// <summary>Provides an info/download page about SMAPI.</summary>
1818
[Route("")]
19-
[Route("install")]
2019
internal class IndexController : Controller
2120
{
2221
/*********

0 commit comments

Comments
 (0)