diff options
author | Andre Polykanine <ap@oire.me> | 2019-11-05 02:12:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 02:12:51 +0200 |
commit | 582e02831a771741f2fa3445d6246e99525d4abc (patch) | |
tree | 319c4cb7f03c5013d7ebb5a69d4f0cda2d14e841 | |
parent | f9d74a31919795d02d7ea5b36c849dcf48e6b9df (diff) | |
parent | d430cd82b6c00d0df4aa637697caaaf490cda191 (diff) |
Merge pull request #3751 from Kyle-Mendes/patch-2
[typescript/en] Fix playground link
-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 6f238d5b..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 |