Fix broken link to powershell resources (#62845)
##### SUMMARY The previous link (https://docs.microsoft.com/en-us/powershell/dsc/builtinresource ) is a 404 . MS has a new link https://docs.microsoft.com/en-us/powershell/dsc/resources/resources with the same content ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
This commit is contained in:
parent
2995ae4ffd
commit
cae4255a16
1 changed files with 1 additions and 1 deletions
|
@ -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/builtinresource) for
|
||||
see U(https://docs.microsoft.com/en-us/powershell/dsc/resources/resources) for
|
||||
more information on these resources.
|
||||
- Custom DSC resources can be installed with M(win_psmodule) using the I(name)
|
||||
option.
|
||||
|
|
Loading…
Reference in a new issue