From 02e2b7b866a6e0c07d6ad2a75f7e69bd033f1ea8 Mon Sep 17 00:00:00 2001 From: Andrii Nechytailov Date: Wed, 27 Jan 2016 20:26:23 +0200 Subject: [PATCH] docs(guide): fix broken link to Dart quickstart page closes #762 --- public/docs/dart/latest/guide/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/dart/latest/guide/index.jade b/public/docs/dart/latest/guide/index.jade index 21027463c2..17e6a20d3c 100644 --- a/public/docs/dart/latest/guide/index.jade +++ b/public/docs/dart/latest/guide/index.jade @@ -45,7 +45,7 @@ figure [Connect Dart & HTML](https://www.dartlang.org/docs/tutorials/connect-dart-html/) are a great way to start. - 1. Follow the [QuickStart](../quickstart), which is the "Hello, World" of Angular 2. + 1. Follow the [QuickStart](../quickstart.html), which is the "Hello, World" of Angular 2. It shows how to set up the libraries and tools needed to write *any* Angular app. It ends with a "proof of life", a running Angular app.