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

chore: fix broken links in router chapters #1843

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/router-deprecated.jade
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ code-example(format=".", language="bash").

.l-sub-section
:marked
Learn about the [APP_BASE_HREF](../api/router/APP_BASE_HREF-let.html)
Learn about the [APP_BASE_HREF](../api/common/index/APP_BASE_HREF-let.html)
in the API Guide.
:marked
### *HashLocationStrategy*
Expand Down
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/router.jade
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ h4#define-routes Define routes
Our first configuration defines an array of two routes with simple paths leading to the
`CrisisListComponent` and `HeroListComponent` components.

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

Expand Down