From a4091002054cf911a8bca2dfba528059c861d1aa Mon Sep 17 00:00:00 2001 From: dexpl Date: Wed, 19 Feb 2020 21:28:14 +0300 Subject: [PATCH] Update win_dsc.py (#67563) --- lib/ansible/modules/windows/win_dsc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_dsc.py b/lib/ansible/modules/windows/win_dsc.py index 27412e140bc..200d025eb85 100644 --- a/lib/ansible/modules/windows/win_dsc.py +++ b/lib/ansible/modules/windows/win_dsc.py @@ -64,7 +64,7 @@ options: required: true notes: - By default there are a few builtin resources that come with PowerShell 5.0, - see U(https://docs.microsoft.com/en-us/powershell/dsc/resources/resources) for + see U(https://docs.microsoft.com/en-us/powershell/scripting/dsc/resources/resources) for more information on these resources. - Custom DSC resources can be installed with M(win_psmodule) using the I(name) option.