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

Commit 9aececb

Browse files
chalinkwalrath
authored andcommitted
docs: fix broken links (#2950)
1 parent a4ecdd2 commit 9aececb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/docs/dart/latest/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ block annotation-defn
1313
details.
1414

1515
The corresponding term in TypeScript and JavaScript is
16-
[_decorator_](!{docsPath}/ts/latest/glossary.html#decorator).
16+
[_decorator_](https://angular.io/docs/ts/latest/glossary.html#decorator).
1717

1818
[metadata]: https://www.dartlang.org/guides/language/language-tour#metadata
1919

public/docs/dart/latest/guide/dependency-injection.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ block ngmodule-vs-component
3939
But its child `HeroListComponent` does, so we head there next.
4040

4141
block injectable-not-always-needed-in-ts
42-
//- The [Angular Dart Transformer](https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer)
42+
//- The [Angular Dart Transformer](https://github.com/dart-lang/angular2/wiki/Transformer)
4343
//- generates static code to replace the use of dart:mirrors. It requires that types be
4444
//- identified as targets for static code generation. Generally this is achieved
4545
//- by marking the class as @Injectable (though there are other mechanisms).

public/docs/dart/latest/guide/server-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ block http-providers
2525
for DI, we must add a `resolved_identifiers` parameter to the `angular2`
2626
transformer in `pubspec.yaml`:
2727

28-
[ng2dtri]: https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resolved_identifiers
28+
[ng2dtri]: https://github.com/dart-lang/angular2/wiki/Transformer#resolved_identifiers
2929

3030
- var stylePattern = { pnk: /(resolved_identifiers:|Browser.*)/gm, otl: /(- angular2:)|(transformers:)/g };
3131
+makeExcerpt('pubspec.yaml', 'transformers', null, stylePattern)

public/docs/ts/latest/glossary.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ a#aot
185185
Angular has a rich data binding framework with a variety of data binding
186186
operations and supporting declaration syntax.
187187

188-
Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html#data-binding) page:
188+
Read about the forms of binding in the [Template Syntax](!{docsLatest}/guide/template-syntax.html) page:
189189
* [Interpolation](!{docsLatest}/guide/template-syntax.html#interpolation).
190190
* [Property binding](!{docsLatest}/guide/template-syntax.html#property-binding).
191191
* [Event binding](!{docsLatest}/guide/template-syntax.html#event-binding).

0 commit comments

Comments
 (0)