From 0fe4a15b263ee5e169d5d4cf8dc9ed417ab59595 Mon Sep 17 00:00:00 2001 From: Pine Date: Mon, 15 Apr 2019 09:43:44 -0700 Subject: [PATCH] Update link --- .base-sample/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.base-sample/README.md b/.base-sample/README.md index 8cb17018..3b8d78d6 100644 --- a/.base-sample/README.md +++ b/.base-sample/README.md @@ -1,5 +1,5 @@ # Base Sample -This sample is similar to the [helloworld-sample](../helloworld-sample), but it follows the [Sample Guideline](https://github.com/Microsoft/vscode-extension-samples/blob/ext-docs/.github/SAMPLE_GUIDELINE.md). +This sample is similar to the [helloworld-sample](../helloworld-sample), but it follows the [Sample Guideline](https://github.com/Microsoft/vscode-extension-samples/blob/master/.github/SAMPLE_GUIDELINE.md). -You can easily write a new sample following the guideline by `cp -r .base-sample my-sample`. \ No newline at end of file +You can easily write a new sample following the guideline by `cp -r .base-sample my-sample`.