Skip to content

Commit 118db90

Browse files
authored
Update and remove outdated docs to fix the URL link checks (PowerShell#19261)
1 parent 8b9544b commit 118db90

File tree

2 files changed

+2
-111
lines changed

2 files changed

+2
-111
lines changed

docs/cmdlet-example/visual-studio-simple-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This document describes steps for building a C# Cmdlet with Visual Studio in 2 w
1010
This demonstrates how to build your own C# cmdlet for PowerShell Core with Visual Studio.
1111
Targeting for PowerShell Core means that the cmdlet may not work against Windows PowerShell if you take dependencies on new APIs introduced in PowerShell Core.
1212

13-
We will use the free [Visual Studio Community 2017](https://www.visualstudio.com/downloads).
13+
We will use the free [Visual Studio Community 2017](https://visualstudio.microsoft.com/vs/).
1414

1515
1. When installing Visual Studio 2017 select `.NET Core cross-platform development` under `Other Toolsets`
1616
![Step1](./Images/Step1.png)
@@ -74,7 +74,7 @@ Steps below show how to build your own C# cmdlet for PowerShell Standard 3.0 wit
7474
Targeting PowerShell Standard 3.0 means that the same module will work against PowerShell Core as well as Windows PowerShell v3 and newer,
7575
however, you are limited to a subset of the available PowerShell APIs.
7676

77-
We will use the free [Visual Studio Community 2017](https://www.visualstudio.com/downloads).
77+
We will use the free [Visual Studio Community 2017](https://visualstudio.microsoft.com/vs/).
7878
7979
1. When installing Visual Studio 2017 select `.NET Core cross-platform development` under `Other Toolsets`
8080
![StdImage1](./Images/Step1.png)

docs/testing-guidelines/CodeCoverageAnalysis.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)