From 56c030cb5d39436dbb8ba3c94b60c782077935f1 Mon Sep 17 00:00:00 2001 From: robshep Date: Mon, 6 Feb 2017 18:27:52 +0000 Subject: [PATCH] chore(toh-5): Fix broken link to master style in TOH pt5 (#3201) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index baca471527..aef0351f85 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -881,7 +881,7 @@ block style-urls +makeExcerpt('src/styles.css (excerpt)', 'toh') -- var styles_css = 'https://raw.githubusercontent.com/angular/angular.io/master/public/docs/_examples/_boilerplate/styles.css' +- var styles_css = 'https://raw.githubusercontent.com/angular/angular.io/master/public/docs/_examples/_boilerplate/src/styles.css' :marked Create the file styles.css, if it doesn't exist already.