From 88b833e37bc5dc3937d3b7a909c82586e4e85f7a Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Sat, 5 Oct 2019 06:53:09 +0200 Subject: [PATCH] Change link to tutorial in README The tutorial that was previously linked to doesn't show up in the sidebar of typescriptlang.org/docs/ anymore. The "TypeScript in 5 minutes" tutorial is essentially the same tutorial, but does show up in the sidebar and the docs overview. By linking to this, the user that clicks through knows where they end up on the docs page, instead of being lost on the "Quick Tutorial" that they can't find again, except through this README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bf05b11b..459cebe95b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ with any additional questions or comments. ## Documentation -* [Quick tutorial](https://www.typescriptlang.org/docs/tutorial.html) +* [TypeScript in 5 minutes](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html) * [Programming handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html) * [Language specification](https://github.com/microsoft/TypeScript/blob/master/doc/spec.md) * [Homepage](https://www.typescriptlang.org/)