From 8edc77c0fd6f3b250eaadf6ad0dbb6feaac3593f Mon Sep 17 00:00:00 2001 From: Forte Date: Mon, 14 Mar 2022 21:10:31 -0400 Subject: [PATCH] Fixed typo in url --- UserInterface/Views/AddSensorDialog.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UserInterface/Views/AddSensorDialog.axaml.cs b/UserInterface/Views/AddSensorDialog.axaml.cs index ef1a29a..5406403 100644 --- a/UserInterface/Views/AddSensorDialog.axaml.cs +++ b/UserInterface/Views/AddSensorDialog.axaml.cs @@ -130,7 +130,7 @@ namespace UserInterface.Views case AvailableSensors.WMIQuerySensor: item.Description = "This advanced sensor executes a user defined WMI query and exposes the result. The query should return a single value."; - item.MoreInfoLink = "https://github.com/sleevezipperhass-workstation-service/blob/master/documentation/WMIQuery.md#wmiquerysensor"; + item.MoreInfoLink = "https://github.com/sleevezipper/hass-workstation-service/blob/master/documentation/WMIQuery.md#wmiquerysensor"; item.ShowQueryInput = true; item.ShowWindowNameInput = false; item.UpdateInterval = 10;