From 89caa59670097efc118c79d1e33a6305188fe5e6 Mon Sep 17 00:00:00 2001 From: Cryostrixx Date: Wed, 6 Nov 2024 23:34:38 -0800 Subject: [PATCH] Remove documentation links from config/feature.json in PR 3012 --- config/feature.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config/feature.json b/config/feature.json index 9405cb33..4a296cf5 100644 --- a/config/feature.json +++ b/config/feature.json @@ -312,8 +312,7 @@ "panel": "2", "Order": "a083_", "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileInstall" + "ButtonWidth": "300" }, "WPFWinUtilUninstallPSProfile": { "Content": "Uninstall CTT PowerShell Profile", @@ -321,8 +320,7 @@ "panel": "2", "Order": "a084_", "Type": "Button", - "ButtonWidth": "300", - "link": "https://christitustech.github.io/winutil/dev/features/Powershell-Profile/PSProfileUninstall" + "ButtonWidth": "300" }, "WPFWinUtilSSHServer": { "Content": "Enable OpenSSH Server", @@ -332,4 +330,4 @@ "Type": "Button", "ButtonWidth": "300" } -} \ No newline at end of file +}