We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d4524 commit 3818d53Copy full SHA for 3818d53
2 files changed
docs/release-notes.md
@@ -24,6 +24,7 @@
24
* Fixed JSON validator no longer letting you change format when viewing results.
25
* Fixed JSON validator for Content Patcher schema not requiring `Default` if `AllowBlank` omitted.
26
* 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.
28
29
* For modders:
30
* Added asset propagation for...
src/SMAPI.Web/Controllers/IndexController.cs
@@ -16,7 +16,6 @@ namespace StardewModdingAPI.Web.Controllers
16
{
17
/// <summary>Provides an info/download page about SMAPI.</summary>
18
[Route("")]
19
- [Route("install")]
20
internal class IndexController : Controller
21
22
/*********
0 commit comments