From 5c12a5b8c5ba4b5c5effae5cdc2a0bdb02c750c7 Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Fri, 24 Jan 2020 16:14:22 -0800 Subject: [PATCH] Update docs/wiki/Samples-and-Walkthroughs.md Co-Authored-By: Joey Robichaud --- docs/wiki/Samples-and-Walkthroughs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/Samples-and-Walkthroughs.md b/docs/wiki/Samples-and-Walkthroughs.md index 9302ca870f2..f940c193b7a 100644 --- a/docs/wiki/Samples-and-Walkthroughs.md +++ b/docs/wiki/Samples-and-Walkthroughs.md @@ -18,5 +18,5 @@ Before working through the walkthroughs below, you should first familiarize your ## Getting Started * Getting Started - Syntax Analysis ([VB](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-VB-Syntax-Analysis) | [C#](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-C%23-Syntax-Analysis).md) * Getting Started - Semantic Analysis ([VB](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-VB-Semantic-Analysis.md) | [C#](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-C%23-Semantic-Analysis.md)) -* Getting Started - Syntax Transformation ([VB](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-VB-Syntax-Transformation) | [C#](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-C%23-Syntax-Transformation).md) +* Getting Started - Syntax Transformation ([VB](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-VB-Syntax-Transformation.md) | [C#](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-C%23-Syntax-Transformation.md)) * Getting Started - Writing Custom Analyzers and Code Fixes ([C# & VB](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-Writing-a-Custom-Analyzer-&-Code-Fix.md)) -- GitLab