diff --git a/README.md b/README.md index b0f2a6d..fc8764c 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ None #### Examples -* [Install a cab file with the given name from the given path](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsPackageCab.ps1) +* [Install a cab file with the given name from the given path](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsPackageCab.ps1) ### WindowsProcess @@ -533,10 +533,10 @@ None #### Examples -* [Start a process](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_Start.ps1) -* [Stop a process](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_Stop.ps1) -* [Start a process under a user](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_StartUnderUser.ps1) -* [Stop a process under a user](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_WindowsProcess_StopUnderUser.ps1) +* [Start a process](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_Start.ps1) +* [Stop a process](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_Stop.ps1) +* [Start a process under a user](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_StartUnderUser.ps1) +* [Stop a process under a user](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_WindowsProcess_StopUnderUser.ps1) ### ProcessSet @@ -570,13 +570,15 @@ The following parameters will be the same for each process in the set: #### Examples -* [Start multiple processes](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_ProcessSet_Start.ps1) -* [Stop multiple processes](https://github.com/PowerShell/PSDesResources/blob/master/Examples/Sample_ProcessSet_Stop.ps1) +* [Start multiple processes](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_ProcessSet_Start.ps1) +* [Stop multiple processes](https://github.com/PowerShell/PSDscResources/blob/master/Examples/Sample_ProcessSet_Stop.ps1) ## Versions ### Unreleased +* Fixed URLs in the Examples sections in the WindowsPackage, WindowsProcess and ProcessSet resources. + ### 2.9.0.0 * Added Description and Parameter description for composite resources