From 90c8593ba9a0828a4d3f563c6f08fc90933cd2ff Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 4 Mar 2018 17:34:43 -0500 Subject: update SMAPI URL in user agent (#454) --- src/SMAPI.Web/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI.Web') 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}", -- cgit