From 6eb1fa3b5653440647268b855ade0b1113aaaf32 Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Thu, 7 Jul 2016 00:04:19 +0200 Subject: [PATCH] chore: fix broken links in router chapters --- public/docs/ts/latest/guide/router-deprecated.jade | 2 +- public/docs/ts/latest/guide/router.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/router-deprecated.jade b/public/docs/ts/latest/guide/router-deprecated.jade index d55523a082..5e758ce887 100644 --- a/public/docs/ts/latest/guide/router-deprecated.jade +++ b/public/docs/ts/latest/guide/router-deprecated.jade @@ -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* diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 0f4ed85a2a..a816cfa021 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -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.