From 1358e903716cf77711493770d63dde1ea178a73e Mon Sep 17 00:00:00 2001 From: Tharun Jose <99tharun@gmail.com> Date: Sun, 7 Oct 2018 21:02:45 +0530 Subject: [PATCH] Update links on README.md (#60100) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c16e92248f..380072d6d1e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ The [`vscode`](https://github.com/microsoft/vscode) repository is where we do de If you are interested in fixing issues and contributing directly to the code base, please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute), which covers the following: -* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source) -* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#development-workflow) +* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run) +* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#debugging) * [Coding Guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines) * [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests) * [Contributing to translations](https://aka.ms/vscodeloc)