docs(router): fix broken links in router chapters

closes #1843
This commit is contained in:
Foxandxss 2016-07-07 00:04:19 +02:00 committed by Ward Bell
parent 98e5d4af77
commit 50b51f6bdc
2 changed files with 2 additions and 2 deletions

View File

@ -1465,7 +1465,7 @@ code-example(format=".", language="bash").
.l-sub-section .l-sub-section
:marked :marked
Learn about the [APP_BASE_HREF](../api/router-deprecated/index/APP_BASE_HREF-let.html) Learn about the [APP_BASE_HREF](../api/common/index/APP_BASE_HREF-let.html)
in the API Guide. in the API Guide.
:marked :marked
### *HashLocationStrategy* ### *HashLocationStrategy*

View File

@ -361,7 +361,7 @@ h4#define-routes Define routes
Our first configuration defines an array of two routes with simple paths leading to the Our first configuration defines an array of two routes with simple paths leading to the
`CrisisListComponent` and `HeroListComponent` components. `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 `path`, the URL path segment for this route, and a
`component`, the component associated with this route. `component`, the component associated with this route.