Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorAditya Patwardhan <adityap@microsoft.com>2020-04-24 09:01:47 +0300
committerGitHub <noreply@github.com>2020-04-24 09:01:47 +0300
commit53d1f0176d8445d64187396bef566cb188dad706 (patch)
tree8de4b13b88c80c5ceef0d8f188525da07667b53b /demos
parent38cff0b07dcb711bc1ea79887af6aa25d5c33c5f (diff)
Fix broken link for blogs in documents (#12471)
Diffstat (limited to 'demos')
-rw-r--r--demos/WindowsPowerShellModules/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/WindowsPowerShellModules/README.md b/demos/WindowsPowerShellModules/README.md
index b8e23cffb4..3cf63bd947 100644
--- a/demos/WindowsPowerShellModules/README.md
+++ b/demos/WindowsPowerShellModules/README.md
@@ -3,7 +3,7 @@
## Windows PowerShell vs PowerShell Core
Existing Windows PowerShell users are familiar with the large number of modules available, however, they are not necessarily compatible with PowerShell Core.
-More information regarding compatibility is in a [blog post](https://blogs.msdn.microsoft.com/powershell/2017/07/14/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/).
+More information regarding compatibility is in a [blog post](https://devblogs.microsoft.com/powershell/powershell-6-0-roadmap-coreclr-backwards-compatibility-and-more/).
Windows PowerShell 5.1 is based on .Net Framework 4.6.1, while PowerShell Core is based on .Net Core 2.x.
Although both adhere to .Net Standard 2.0 and can be compatible, some modules may be using APIs or cmdlets not supported on CoreCLR or using APIs from Windows PowerShell that have been deprecated and removed from PowerShell Core (for example, PSSnapins).