From 965bbf557c5aa3f12519647478454c2247349858 Mon Sep 17 00:00:00 2001 From: Andrew Breyen Date: Tue, 6 Jul 2021 19:33:11 -0500 Subject: [PATCH] Updates footer issue link The footer issue link was incorrect. Updated to https://github.com/tonesto7/homebridge-smartthings/issues --- config.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.schema.json b/config.schema.json index 70cfb8d..e1e50a0 100644 --- a/config.schema.json +++ b/config.schema.json @@ -2,7 +2,7 @@ "pluginAlias": "SmartThings-v2", "pluginType": "platform", "singular": true, - "footerDisplay": "If you need help or have issues visit: [issues](https://github.com/tonesto7/homebridge-smartthings-v2/issues)", + "footerDisplay": "If you need help or have issues visit: [issues](https://github.com/tonesto7/homebridge-smartthings/issues)", "schema": { "name": { "title": "Name", @@ -165,4 +165,4 @@ } } -} \ No newline at end of file +}