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