From 03537ad21d014a73fc60debc89fae3e1db99488f Mon Sep 17 00:00:00 2001 From: Nathan Ferguson Date: Mon, 22 May 2017 15:00:49 -0400 Subject: [PATCH 1/2] remove theme-support email, not theirs to support --- src/config/settings_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/settings_schema.json b/src/config/settings_schema.json index 65bbcd6b6..5f67dcc64 100644 --- a/src/config/settings_schema.json +++ b/src/config/settings_schema.json @@ -2,10 +2,10 @@ { "name": "theme_info", "theme_name": "Slate", - "theme_version": "1.0.0", + "theme_version": "0.10.0", "theme_author": "Shopify", "theme_documentation_url": "https://github.com/Shopify/slate", - "theme_support_email": "theme-support@shopify.com" + "theme_support_url": "https://shopify.github.io/slate/" }, { "name": "Typography", From 8534ef3927154ebdc72bd12f977294568b2425a5 Mon Sep 17 00:00:00 2001 From: Nathan Ferguson Date: Mon, 22 May 2017 15:35:32 -0400 Subject: [PATCH 2/2] update URLs --- src/config/settings_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/settings_schema.json b/src/config/settings_schema.json index 5f67dcc64..4e4af13c8 100644 --- a/src/config/settings_schema.json +++ b/src/config/settings_schema.json @@ -4,8 +4,8 @@ "theme_name": "Slate", "theme_version": "0.10.0", "theme_author": "Shopify", - "theme_documentation_url": "https://github.com/Shopify/slate", - "theme_support_url": "https://shopify.github.io/slate/" + "theme_documentation_url": "https://shopify.github.io/slate/", + "theme_support_url": "https://github.com/Shopify/slate" }, { "name": "Typography",