From 02021c0d0f852455fcc1524fa8eae7fd67c8071f Mon Sep 17 00:00:00 2001 From: Shati Patel <42641846+shati-patel@users.noreply.github.com> Date: Fri, 4 Jun 2021 19:19:21 +0100 Subject: [PATCH] Fix broken link to LICENSE in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e41378b..d7d81837 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,4 @@ You need to have [node](https://nodejs.org/en/) and [npm](https://nodejs.org/en/ Copyright (c) Microsoft Corporation. All rights reserved. -Licensed under the [MIT](https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/LICENSE) License. +Licensed under the [MIT](https://github.com/microsoft/vscode-extension-samples/blob/main/LICENSE) License.