From 9d3bf29e4284797a0fb6b34cf3b6a9ffe2aa35c9 Mon Sep 17 00:00:00 2001 From: Keanu Lee Date: Wed, 14 Nov 2018 10:35:42 -0800 Subject: [PATCH] Fix link to VS Code plugin --- docs/tools/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/develop.md b/docs/tools/develop.md index 52d5bac3..24ab6a66 100644 --- a/docs/tools/develop.md +++ b/docs/tools/develop.md @@ -76,4 +76,4 @@ npm install -g polymer-cli You will need a text editor that does HTML syntax highlighting inside JavaScript template literals. -* [VSCode](https://code.visualstudio.com/#alt-downloads) with [https://marketplace.visualstudio.com/items?itemName=bierner.lit-html#qna](Matt Bierner's lit-html plugin) +* [VS Code](https://code.visualstudio.com/) with [Matt Bierner's lit-html plugin](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)