From 15c50d76a21147378158972ea0320117dd8b214e Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 7 Sep 2016 16:48:43 -0700 Subject: [PATCH] docs(*): fix broken links in glossary and router chapter (#2279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Glossary: `#ecmascript=2015` is not a valid fragment. - Router: `` needed to be ``. --- public/docs/ts/latest/glossary.jade | 8 ++++---- public/docs/ts/latest/guide/router-deprecated.jade | 5 ++--- public/docs/ts/latest/guide/router.jade | 5 ++--- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index 08a551cf64..2abddb1a7e 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -357,17 +357,17 @@ block includes ## ES2015 .l-sub-section :marked - Short hand for "[ECMAScript 2015](#ecmascript=2015)". + Short hand for [ECMAScript](#ecmascript) 2015. :marked ## ES6 .l-sub-section :marked - Short hand for "[ECMAScript 2015](#ecmascript=2015)". + Short hand for [ECMAScript](#ecmascript) 2015. :marked ## ES5 .l-sub-section :marked - Short hand for "ECMAScript 5", the version of JavaScript run by most modern browsers. + Short hand for [ECMAScript](#ecmascript) 5, the version of JavaScript run by most modern browsers. See [ECMAScript](#ecmascript). a#F @@ -732,7 +732,7 @@ a#snake-case ## TypeScript .l-sub-section :marked - A version of JavaScript that supports most [ECMAScript 2015](#ecmascript=2015) + A version of JavaScript that supports most [ECMAScript](#ecmascript) 2015 language features and many features that may arrive in future versions of JavaScript such as [Decorators](#decorator). diff --git a/public/docs/ts/latest/guide/router-deprecated.jade b/public/docs/ts/latest/guide/router-deprecated.jade index 357ce7c10a..e46efcbea3 100644 --- a/public/docs/ts/latest/guide/router-deprecated.jade +++ b/public/docs/ts/latest/guide/router-deprecated.jade @@ -1380,9 +1380,8 @@ code-example(format="." language="bash"). We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected `HeroService` and (perhaps) mocking it. - - -.l-main-section +a#browser-url-styles +.l-main-section#location-strategy :marked ## Appendix: *LocationStrategy* and browser URL styles diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 1bce217ad6..64d712697e 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -1941,9 +1941,8 @@ a#fragment We too can call that `ngOnInit` method in our tests if we wish ... after taking control of the injected `HeroService` and (perhaps) mocking it. - - -.l-main-section +a#browser-url-styles +.l-main-section#location-strategy :marked ## Appendix: *LocationStrategy* and browser URL styles