From b7897eef85584a1f437058bdffe0932e81c65da2 Mon Sep 17 00:00:00 2001 From: denismosolov Date: Sat, 5 Dec 2015 12:58:53 +0300 Subject: [PATCH] docs(developer-guides): incorrect QuickStart link in How to Read this Guide section closes #446 quickstart -> quickstart.html prevent 404 page --- public/docs/ts/latest/guide/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/index.jade b/public/docs/ts/latest/guide/index.jade index 86b8a9622c..78c1ccd580 100644 --- a/public/docs/ts/latest/guide/index.jade +++ b/public/docs/ts/latest/guide/index.jade @@ -46,7 +46,7 @@ figure There is a learning path for those of us who are new to Angular. - It starts *outside* the guide with the [QuickStart](../quickstart). The QuickStart is the "Hello, World" of Angular 2. + It starts *outside* the guide with the [QuickStart](../quickstart.html). The QuickStart is the "Hello, World" of Angular 2. It shows us how to setup the libraries and tools we'll need to write *any* Angular app. It ends with a "proof of life", a running Angular app.