summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKyle Mendes <kyle@springhealth.com>2019-11-04 14:11:16 -0600
committerGitHub <noreply@github.com>2019-11-04 14:11:16 -0600
commitd430cd82b6c00d0df4aa637697caaaf490cda191 (patch)
treed212a7a19557d7abf8f9f7664fb4c74128cd8e9c
parent5a7d3e898b11fb09cfa448e924ef09970b071a51 (diff)
Updating the TS playground link
-rw-r--r--typescript.html.markdown2
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