From 175231437866d4352143d7592a32aef8049de911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesu=CC=81s=20Rodri=CC=81guez?= Date: Mon, 10 Oct 2016 17:19:08 +0200 Subject: [PATCH] docs(quickstart): fix link to styles.css --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index fdb581fb3f..9990eaaedc 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -315,7 +315,7 @@ h1#index Step !{step++}: Define the web page that hosts the application .callout.is-helpful :marked For the full set of master styles used by the documentation samples, - see [styles.css](https://github.com/angular/angular.io/blob/master/public/docs/_examples/styles.css). + see [styles.css](https://github.com/angular/angular.io/blob/master/public/docs/_examples/_boilerplate/styles.css). .l-main-section#build-and-run h1 Step !{step++}: Build and run the application