summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-03-04 17:34:43 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-03-04 17:34:43 -0500
commit90c8593ba9a0828a4d3f563c6f08fc90933cd2ff (patch)
tree0a4e1e023b83ca336a45158d59004e412f1382dc /src/SMAPI.Web
parentcea113eb2908105c5b5d5ed86a8221e95ea92fb4 (diff)
downloadSMAPI-90c8593ba9a0828a4d3f563c6f08fc90933cd2ff.tar.gz
SMAPI-90c8593ba9a0828a4d3f563c6f08fc90933cd2ff.tar.bz2
SMAPI-90c8593ba9a0828a4d3f563c6f08fc90933cd2ff.zip
update SMAPI URL in user agent (#454)
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r--src/SMAPI.Web/appsettings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 9758f4a7..3cf72ddb 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -18,7 +18,7 @@
"LogParserUrl": null // see top note
},
"ApiClients": {
- "UserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)",
+ "UserAgent": "SMAPI/{0} (+https://smapi.io)",
"ChucklefishBaseUrl": "https://community.playstarbound.com",
"ChucklefishModPageUrlFormat": "resources/{0}",