From e2e63f42dbe7c2a1efb4abcbd54356c871c7bfc6 Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Wed, 3 Oct 2018 07:39:02 -0300 Subject: [PATCH 1/2] fix the "Basic cookbooks" link I found a mistake on the PowerShell Web Docs: Basic cookbooks link, but searching on the documentation, the only link that mention "cookbook is the suggested. It's right? Is any file missing? --- docs/learning-powershell/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learning-powershell/README.md b/docs/learning-powershell/README.md index 502de510f95..9050866f30e 100644 --- a/docs/learning-powershell/README.md +++ b/docs/learning-powershell/README.md @@ -106,7 +106,7 @@ Recommended Training and Reading ---- - Microsoft Virtual Academy: [Getting Started with PowerShell][getstarted-with-powershell] - [Why Learn PowerShell][why-learn-powershell] by Ed Wilson -- PowerShell Web Docs: [Basic cookbooks][basic-cookbooks] +- PowerShell Web Docs: [Basic cookbooks][https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/sample-scripts-for-administration?view=powershell-6] - [PowerShell eBook][ebook-from-powershell.com] from PowerShell.com - [PowerShell-related Videos][channel9-learn-powershell] on Channel 9 - [Learn PowerShell Video Library][powershell.com-learn-powershell] from PowerShell.com From acfb312fa9d49d4e38bb0c27c5e27b9b4140c8f6 Mon Sep 17 00:00:00 2001 From: Victor Silva Date: Wed, 3 Oct 2018 09:34:49 -0300 Subject: [PATCH 2/2] fix the URL with the correct syntx --- docs/learning-powershell/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/learning-powershell/README.md b/docs/learning-powershell/README.md index 9050866f30e..c83aa35606d 100644 --- a/docs/learning-powershell/README.md +++ b/docs/learning-powershell/README.md @@ -106,7 +106,7 @@ Recommended Training and Reading ---- - Microsoft Virtual Academy: [Getting Started with PowerShell][getstarted-with-powershell] - [Why Learn PowerShell][why-learn-powershell] by Ed Wilson -- PowerShell Web Docs: [Basic cookbooks][https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/sample-scripts-for-administration?view=powershell-6] +- PowerShell Web Docs: [Basic cookbooks][basic-cookbooks] - [PowerShell eBook][ebook-from-powershell.com] from PowerShell.com - [PowerShell-related Videos][channel9-learn-powershell] on Channel 9 - [Learn PowerShell Video Library][powershell.com-learn-powershell] from PowerShell.com @@ -134,3 +134,4 @@ Commercial Resources [powershell.com-learn-powershell]: http://powershell.com/cs/media/14/default.aspx [quick-reference]: http://www.powershellmagazine.com/2014/04/24/windows-powershell-4-0-and-other-quick-reference-guides/ [script-guy-how-to]:https://blogs.technet.microsoft.com/tommypatterson/2015/09/04/ed-wilsons-powershell5-videos-now-on-channel9-2/ +[basic-cookbooks]:https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/sample-scripts-for-administration?view=powershell-6