diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-28 22:39:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-28 22:39:29 -0400 |
commit | 6257fdf57def0f07a7970f9fb232879ed4c524f6 (patch) | |
tree | 0229cd59744dd5f5f83f47fe7433affd92fb9ca4 /src/SMAPI.Web/Views/LogParser/Index.cshtml | |
parent | 6be4d5abe03932a7f6a638816c2206388dc18983 (diff) | |
download | SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.gz SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.bz2 SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.zip |
update wiki links
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r-- | src/SMAPI.Web/Views/LogParser/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 2d1c1b44..d051026f 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -177,7 +177,7 @@ else if (Model.ParsedLog?.IsValid == false) <h1>Upload log file</h1> <div class="frame"> <ol> - <li><a href="https://stardewvalleywiki.com/Modding:Player_FAQs#SMAPI_log" target="_blank">Find your SMAPI log file</a> (not the console text).</li> + <li><a href="https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Find_your_SMAPI_log" target="_blank">Find your SMAPI log file</a> (not the console text).</li> <li>Drag the file onto the textbox below (or paste the text in).</li> <li>Click <em>Parse</em>.</li> </ol> |