From 218adea4ef19d986a5d7ca8ab5830224e3487cc7 Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Fri, 24 Jan 2020 16:15:47 -0800 Subject: [PATCH] Update docs/wiki/Getting-Started-on-Visual-Studio-2015.md Co-Authored-By: Joey Robichaud --- docs/wiki/Getting-Started-on-Visual-Studio-2015.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Getting-Started-on-Visual-Studio-2015.md b/docs/wiki/Getting-Started-on-Visual-Studio-2015.md index b8a17afd75a..d00680adbd5 100644 --- a/docs/wiki/Getting-Started-on-Visual-Studio-2015.md +++ b/docs/wiki/Getting-Started-on-Visual-Studio-2015.md @@ -12,4 +12,4 @@ Install __Universal Windows App Development Tools -> Tools (1.1.1)__ and __Windo ![image](https://cloud.githubusercontent.com/assets/1103906/10530101/dd880dfc-7358-11e5-8380-dc41c1863538.png) ## Step 4: -Install the [.NET Compiler Platform SDK](https://visualstudiogallery.msdn.microsoft.com/2ddb7240-5249-4c8c-969e-5d05823bcb89) which gives you the Visual Studio project templates and the [Syntax Visualizer tool window](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Syntax%20Visualizer.md). +Install the [.NET Compiler Platform SDK](https://visualstudiogallery.msdn.microsoft.com/2ddb7240-5249-4c8c-969e-5d05823bcb89) which gives you the Visual Studio project templates and the [Syntax Visualizer tool window](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Syntax-Visualizer.md). -- GitLab