Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c325b2b

Browse files
committed
chore(links): actually fix that router link for reals
1 parent 2d550a8 commit c325b2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,7 @@ code-example(format="").
887887
interfaces when it creates and destroys components.
888888

889889
The router also has hooks for *its* lifecycle such as
890-
[CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](.
891-
./api/router/OnActivate-interface.html), and
890+
[CanActivate](../api/router/CanActivate-decorator.html), [OnActivate](../api/router/OnActivate-interface.html), and
892891
[CanDeactivate](../api/router/CanDeactivate-interface.html).
893892
These three hooks can change the way the router navigates *to* a component or *away* from a component.
894893

0 commit comments

Comments
 (0)