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`.