diff options
author | Kyle Mendes <kyle@springhealth.com> | 2019-11-04 14:11:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 14:11:16 -0600 |
commit | d430cd82b6c00d0df4aa637697caaaf490cda191 (patch) | |
tree | d212a7a19557d7abf8f9f7664fb4c74128cd8e9c /typescript.html.markdown | |
parent | 5a7d3e898b11fb09cfa448e924ef09970b071a51 (diff) |
Updating the TS playground link
Diffstat (limited to 'typescript.html.markdown')
-rw-r--r-- | typescript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/typescript.html.markdown b/typescript.html.markdown index a4f1423f..00f0cbc5 100644 --- a/typescript.html.markdown +++ b/typescript.html.markdown @@ -16,7 +16,7 @@ This article will focus only on TypeScript extra syntax, as opposed to [JavaScript](/docs/javascript). To test TypeScript's compiler, head to the -[Playground](http://www.typescriptlang.org/Playground) where you will be able +[Playground](https://www.typescriptlang.org/play) where you will be able to type code, have auto completion and directly see the emitted JavaScript. ```ts |