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

docs: fix broken links (mainly for Dart) #2950

Merged
merged 1 commit into from
Dec 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/dart/latest/glossary.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/guide/dependency-injection.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/guide/server-communication.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion public/docs/ts/latest/glossary.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down