From 0f520014dd1e041df85aea0ca8b00e2071ff5345 Mon Sep 17 00:00:00 2001 From: JohnMcPMS Date: Thu, 26 Mar 2026 09:44:22 -0700 Subject: [PATCH] Revert help link in DscCommand --- src/AppInstallerCLICore/Commands/DscCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AppInstallerCLICore/Commands/DscCommand.cpp b/src/AppInstallerCLICore/Commands/DscCommand.cpp index e467825fd4..3b88245e83 100644 --- a/src/AppInstallerCLICore/Commands/DscCommand.cpp +++ b/src/AppInstallerCLICore/Commands/DscCommand.cpp @@ -64,7 +64,7 @@ namespace AppInstaller::CLI Utility::LocIndView DscCommand::HelpLink() const { - return "https://learn.microsoft.com/windows/package-manager/configuration/"_liv; + return "https://aka.ms/winget-dsc-resources"_liv; } void DscCommand::ExecuteInternal(Execution::Context& context) const