From 61cefb96377cbd0bc01397e923d1e51a50c4f0c5 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Fri, 22 Jan 2016 15:22:14 +0000 Subject: [PATCH] docs(routing): fix broken example link at the end closes #743 Fix #742 --- public/docs/ts/latest/guide/router.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index cfe708554a..3e23dcbaca 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1148,7 +1148,7 @@ code-example(format="." language="bash"). As we end our chapter, we take a parting look at the entire application. - We can always try the [live example](../resources/live-examples/router/ts/plnkr.html) and download the source code from there. + We can always try the [live example](/resources/live-examples/router/ts/plnkr.html) and download the source code from there. Our final project folder structure looks like this: .filetree