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

Commit 98e5d4a

Browse files
chalinwardbell
authored andcommitted
docs(all): link cleanup - broken and outdated
closes #1841 Fixes all broken links except genuine errors (see #1840), have been resolved as of 2016-07-06 (angular/angular@2708ce6a17667a2369c83bcf244c9 366b058d4c9). Fixes #1574
1 parent 5104470 commit 98e5d4a

20 files changed

+27
-23
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")

public/docs/dart/latest/guide/component-styles.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ block css-import-url
1919
.alert.is-important
2020
:marked
2121
URLs are currently not interpreted in this way, see
22-
[issue 8518](href="https://github.com/angular/angular/issues/8518").
22+
[issue 8518](https://github.com/angular/angular/issues/8518).
2323
Until this issue is fixed, absolute package-reference style URLs must
2424
be given as is illustrated below.
2525

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")

public/docs/dart/latest/guide/forms.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ figure.image-display
517517
Recall from the previous section that `ngControl` registered this input box with the
518518
`NgForm` directive as "name".
519519

520-
We didn't add the **[`NgForm`](../api/common/NgForm-directive.html) directive*
520+
We didn't add the **[`NgForm`](../api/common/index/NgForm-directive.html) directive*
521521
explicitly. Angular added it surreptitiously, wrapping it around the `<form>` element.
522522

523523
The `NgForm` directive supplements the `<form>` element with additional features.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ block http-providers
3333
block getheroes-and-addhero
3434
:marked
3535
The hero service `getHeroes()` and `addHero()` asynchronous methods return the
36-
[`Future`](https://api.dartlang.org/stable/1.16.0/dart-async/Future-class.html)
36+
[`Future`](https://api.dartlang.org/stable/dart-async/Future-class.html)
3737
values of the current hero list and the newly added hero,
3838
respectively. The hero list component methods of the same name specifying
3939
the actions to be taken when the asynchronous method calls succeed or fail.

public/docs/dart/latest/guide/template-syntax.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ block includes
55
- var _JavaScript = 'Dart';
66
- var __chaining_op = '<code>;</code>';
77
- var __new_op = '<code>new</code> or <code>const</code>';
8-
- var mapApiRef = 'https://api.dartlang.org/stable/1.16.0/dart-core/Map-class.html';
8+
- var mapApiRef = 'https://api.dartlang.org/stable/dart-core/Map-class.html';
99
- var __objectAsMap = '<b><a href="' + mapApiRef + '">Map</a></b>'
1010

1111
block notable-differences
@@ -69,7 +69,7 @@ block style-property-name-dart-diff
6969
and `setProperty()`. Hence, we recommend only using dash-case for style
7070
property names.
7171

72-
[CssSD]: https://api.dartlang.org/stable/1.16.1/dart-html/CssStyleDeclaration-class.html
72+
[CssSD]: https://api.dartlang.org/stable/dart-html/CssStyleDeclaration-class.html
7373

7474

7575
block dart-no-truthy-falsey

public/docs/dart/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ block setup-tooling
1717
You can also download [Dart plugins for other IDEs and editors][DT].
1818

1919
[WS]: https://confluence.jetbrains.com/display/WI/Getting+started+with+Dart
20-
[DT]: https://www.dartlang.org/tools
21-
[pub]: https://www.dartlang.org/tools/pub
20+
[DT]: https://www.dartlang.org/tools/
21+
[pub]: https://www.dartlang.org/tools/pub/
2222

2323
block download-source
2424
// exclude this section from Dart

public/docs/dart/latest/tutorial/toh-pt5.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ code-example(format='').
439439
:marked
440440
Going back too far could take us out of the application.
441441
That's acceptable in a demo. We'd guard against it in a real application,
442-
perhaps with the [*routerCanDeactivate* hook](../api/router/CanDeactivate-interface.html).
442+
perhaps with the [*routerCanDeactivate* hook](../api/router/index/CanDeactivate-interface.html).
443443
:marked
444444
Then we wire this method with an event binding to a *Back* button that we add to the bottom of the component template.
445445
+makeExample('toh-5/dart/lib/hero_detail_component.html', 'back-button')(format=".")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!= partial("../../../_includes/_ts-temp")

0 commit comments

Comments
 (0)