diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:48:55 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-11-04 23:48:55 -0500 |
commit | 724d3fccb1c7a5ec842314436126271c5697129a (patch) | |
tree | c753e6f28321223d455c0cd05d34a90175fbc3c4 /src/SMAPI.Web/appsettings.json | |
parent | a4a1777ca43a0deac76acbc8891dc0f61e2a00ae (diff) | |
download | SMAPI-724d3fccb1c7a5ec842314436126271c5697129a.tar.gz SMAPI-724d3fccb1c7a5ec842314436126271c5697129a.tar.bz2 SMAPI-724d3fccb1c7a5ec842314436126271c5697129a.zip |
update mod compatibility page URLs
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r-- | src/SMAPI.Web/appsettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index 401b885f..aba8c448 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -48,6 +48,6 @@ "SuccessCacheMinutes": 60, "ErrorCacheMinutes": 5, "SemanticVersionRegex": "^(?>(?<major>0|[1-9]\\d*))\\.(?>(?<minor>0|[1-9]\\d*))(?>(?:\\.(?<patch>0|[1-9]\\d*))?)(?:-(?<prerelease>(?>[a-z0-9]+[\\-\\.]?)+))?$", - "WikiCompatibilityPageUrl": "https://smapi.io/compat" + "CompatibilityPageUrl": "https://mods.smapi.io" } } |