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": {