From 2d550a81daa6399ba4a58e6d92f1ed6c91fd0de4 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 18 Mar 2016 18:32:35 -0700 Subject: [PATCH] chore(links): fix broken links in the router doc --- public/docs/ts/latest/guide/router.jade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 1a243081ed..8d2044bd14 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -887,7 +887,8 @@ code-example(format=""). interfaces when it creates and destroys components. The router also has hooks for *its* lifecycle such as - [CanActivate](../api/router/CanActivate-var.html), [OnActivate](../api/router/OnActivate-interface.html), and + [CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](. + ./api/router/OnActivate-interface.html), and [CanDeactivate](../api/router/CanDeactivate-interface.html). These three hooks can change the way the router navigates *to* a component or *away* from a component.