From b42df4bc672deec9e07e6725f3e3451d9388c3dd Mon Sep 17 00:00:00 2001 From: jsmartbnl Date: Mon, 31 Dec 2018 10:16:33 -0500 Subject: [PATCH 1/2] replace PSDesResources with PSDscResources in URLs Fixed a typo where /PSDesResources/ was used instead of /PSDscResources/ in some URL's. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b0f2a6d..e5dfffc 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,8 +570,8 @@ 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 From fb22d05942f9deacedd49dd01298579f44ec5148 Mon Sep 17 00:00:00 2001 From: jsmartbnl Date: Mon, 14 Jan 2019 15:03:37 -0500 Subject: [PATCH 2/2] Adds note to readme about fixes in PR 125 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5dfffc..fc8764c 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,8 @@ The following parameters will be the same for each process in the set: ### 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