docs(developer-guides): incorrect QuickStart link in How to Read this Guide section

closes #446

quickstart -> quickstart.html prevent 404 page
This commit is contained in:
denismosolov 2015-12-05 12:58:53 +03:00 committed by Ward Bell
parent 0874f94520
commit b7897eef85
1 changed files with 1 additions and 1 deletions

View File

@ -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.