This repository was archived by the owner on Dec 4, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 877
Broken link to EventEmitter #2273
Comments
Will address this soon when I sync up the Dart template-syntax page. |
I'm updating the template-syntax page, but addressing the issue with links into the API reference will be tackled via #1895. |
chalin
added a commit
to IdeaBlade/angular.io
that referenced
this issue
Nov 5, 2016
- Dart non-api doc pages w/ links to API entries will now have those links translated from a TS API reference URL to a Dart API reference URL. - Created and ran a link checker to verify that all such links to API entries refer to Dart. - Fixed links to pages that have moved: - JS & Dart: `i18n` is under now `cookbook` not `guide` - Dart: testing page is now directly under guide. Contributes to angular#1895 Fixes angular#2273
kwalrath
pushed a commit
that referenced
this issue
Nov 7, 2016
- Dart non-api doc pages w/ links to API entries will now have those links translated from a TS API reference URL to a Dart API reference URL. - Created and ran a link checker to verify that all such links to API entries refer to Dart. - Fixed links to pages that have moved: - JS & Dart: `i18n` is under now `cookbook` not `guide` - Dart: testing page is now directly under guide. Contributes to #1895 Fixes #2273
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This page:
https://angular.io/docs/dart/latest/guide/template-syntax.html
Links to EventEmitter thusly:
https://angular.io/docs/dart/latest/api/core/index/EventEmitter-class.html
But it lives here:
https://angular.io/docs/dart/latest/api/angular2.core/EventEmitter-class.html
I tried to make a PR but the offending file that seems not to include the link directly (it probably does through some include) and I didn't dig any deeper.
https://github.com/angular/angular.io/blob/master/public/docs/dart/latest/guide/template-syntax.jade
The text was updated successfully, but these errors were encountered: