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

Commit 50b51f6

Browse files
Foxandxsswardbell
authored andcommitted
docs(router): fix broken links in router chapters
closes #1843
1 parent 98e5d4a commit 50b51f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ code-example(format=".", language="bash").
14651465

14661466
.l-sub-section
14671467
:marked
1468-
Learn about the [APP_BASE_HREF](../api/router-deprecated/index/APP_BASE_HREF-let.html)
1468+
Learn about the [APP_BASE_HREF](../api/common/index/APP_BASE_HREF-let.html)
14691469
in the API Guide.
14701470
:marked
14711471
### *HashLocationStrategy*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ h4#define-routes Define routes
361361
Our first configuration defines an array of two routes with simple paths leading to the
362362
`CrisisListComponent` and `HeroListComponent` components.
363363

364-
Each definition translates to a [Route](../api/router/index/Route-class.html) object which has a
364+
Each definition translates to a [Route](../api/router/index/Route-interface.html) object which has a
365365
`path`, the URL path segment for this route, and a
366366
`component`, the component associated with this route.
367367

0 commit comments

Comments
 (0)