From 9aececb65c9237950ff2d6732be32aa13022d161 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 7 Dec 2016 14:43:43 -0800 Subject: [PATCH] docs: fix broken links (#2950) --- public/docs/dart/latest/glossary.jade | 2 +- public/docs/dart/latest/guide/dependency-injection.jade | 2 +- public/docs/dart/latest/guide/server-communication.jade | 2 +- public/docs/ts/latest/glossary.jade | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/docs/dart/latest/glossary.jade b/public/docs/dart/latest/glossary.jade index 79e48a1447..dad0d1144d 100644 --- a/public/docs/dart/latest/glossary.jade +++ b/public/docs/dart/latest/glossary.jade @@ -13,7 +13,7 @@ block annotation-defn details. The corresponding term in TypeScript and JavaScript is - [_decorator_](!{docsPath}/ts/latest/glossary.html#decorator). + [_decorator_](https://angular.io/docs/ts/latest/glossary.html#decorator). [metadata]: https://www.dartlang.org/guides/language/language-tour#metadata diff --git a/public/docs/dart/latest/guide/dependency-injection.jade b/public/docs/dart/latest/guide/dependency-injection.jade index 12e8f76c4d..4141d981bc 100644 --- a/public/docs/dart/latest/guide/dependency-injection.jade +++ b/public/docs/dart/latest/guide/dependency-injection.jade @@ -39,7 +39,7 @@ block ngmodule-vs-component But its child `HeroListComponent` does, so we head there next. block injectable-not-always-needed-in-ts - //- The [Angular Dart Transformer](https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer) + //- The [Angular Dart Transformer](https://github.com/dart-lang/angular2/wiki/Transformer) //- generates static code to replace the use of dart:mirrors. It requires that types be //- identified as targets for static code generation. Generally this is achieved //- by marking the class as @Injectable (though there are other mechanisms). diff --git a/public/docs/dart/latest/guide/server-communication.jade b/public/docs/dart/latest/guide/server-communication.jade index e4b7b01c99..57ddee8921 100644 --- a/public/docs/dart/latest/guide/server-communication.jade +++ b/public/docs/dart/latest/guide/server-communication.jade @@ -25,7 +25,7 @@ block http-providers for DI, we must add a `resolved_identifiers` parameter to the `angular2` transformer in `pubspec.yaml`: - [ng2dtri]: https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resolved_identifiers + [ng2dtri]: https://github.com/dart-lang/angular2/wiki/Transformer#resolved_identifiers - var stylePattern = { pnk: /(resolved_identifiers:|Browser.*)/gm, otl: /(- angular2:)|(transformers:)/g }; +makeExcerpt('pubspec.yaml', 'transformers', null, stylePattern) diff --git a/public/docs/ts/latest/glossary.jade b/public/docs/ts/latest/glossary.jade index 8b4b6dae4f..8d81e46cfd 100644 --- a/public/docs/ts/latest/glossary.jade +++ b/public/docs/ts/latest/glossary.jade @@ -185,7 +185,7 @@ a#aot Angular has a rich data binding framework with a variety of data binding operations and supporting declaration syntax. - Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html#data-binding) page: + Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html) page: * [Interpolation](!{docsLatest}/guide/template-syntax.html#interpolation). * [Property binding](!{docsLatest}/guide/template-syntax.html#property-binding). * [Event binding](!{docsLatest}/guide/template-syntax.html#event-binding).