summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-04-24 23:46:52 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 17:46:57 -0400
commitc15785a68d3e99959cdcca5bfb51e8686316a33b (patch)
tree37dc353948b513383e920e8865a454be724edc55 /src/SMAPI.Web/Views
parentabffdc2dab2a1c03904427b251acac9d800e0912 (diff)
downloadSMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.tar.gz
SMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.tar.bz2
SMAPI-c15785a68d3e99959cdcca5bfb51e8686316a33b.zip
simplify config.json and metadata.json names
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/Index/Privacy.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Index/Privacy.cshtml b/src/SMAPI.Web/Views/Index/Privacy.cshtml
index ca99eef6..356580b4 100644
--- a/src/SMAPI.Web/Views/Index/Privacy.cshtml
+++ b/src/SMAPI.Web/Views/Index/Privacy.cshtml
@@ -29,7 +29,7 @@
<p>You can disable update checks, and no information will be transmitted to the web API. To do so:</p>
<ol>
<li><a href="https://stardewvalleywiki.com/Modding:Game_folder">find your game folder</a>;</li>
- <li>open the <code>smapi-internal/StardewModdingAPI.config.json</code> file in a text editor;</li>
+ <li>open the <code>smapi-internal/config.json</code> file in a text editor;</li>
<li>change <code>"CheckForUpdates": true</code> to <code>"CheckForUpdates": false</code>.</li>
</ol>