From 559b2f2f7cfaf368679654e4a44d1dea9f540518 Mon Sep 17 00:00:00 2001 From: Victor Peschenkov <3672477+vpeschenkov@users.noreply.github.com> Date: Sat, 15 Jun 2019 00:59:37 +0300 Subject: [PATCH] [ci skip][scheme] Update the iTunes link regex (#758) --- .github/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/schema.json b/.github/schema.json index be7c3c02..72ca0ece 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -127,7 +127,7 @@ "title": "Project iTunes Page", "description": "The URL for iTunes page for the project's app.", "type": ["string", "null"], - "pattern": "^https:\\/\\/itunes\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$", + "pattern": "^https:\\/\\/apps\\.apple\\.com\\/.*?app\\/([^\\/]+\\/)?id[0-9]+$", "default": null }, "stars": {