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

[TS][JS] broken links #2150

Closed
chalin opened this issue Aug 19, 2016 · 2 comments · Fixed by #2832
Closed

[TS][JS] broken links #2150

chalin opened this issue Aug 19, 2016 · 2 comments · Fixed by #2832

Comments

@chalin
Copy link
Contributor

chalin commented Aug 19, 2016

As of 2016-08-17:

https://angular.io/about/
  [20, ERRNO_ECONNREFUSED] http://slingingcode.com/
https://angular.io/docs/ts/latest/guide/forms.html
  [553, HTTP_404] https://angular.io/docs/ts/latest/api/common/index/NgForm-directive.html
https://angular.io/docs/ts/latest/guide/dependency-injection.html
  [572, HTTP_404] https://angular.io/docs/ts/latest/api/core/index/Provider-class.html
https://angular.io/docs/ts/latest/guide/template-syntax.html
  [698, HTTP_404] https://angular.io/docs/ts/latest/api/common/index/ControlValueAccessor-interface.html
https://angular.io/docs/ts/latest/guide/glossary.html
  [385, HTTP_404] https://angular.io/docs/ts/latest/api/core/index/Provider-class.html
https://angular.io/docs/ts/latest/cookbook/ts-to-js.html
  [430, HTTP_404] https://angular.io/docs/ts/latest/api/core/index/Query-var.html
  [431, HTTP_404] https://angular.io/docs/ts/latest/api/core/index/ViewQuery-var.html
https://angular.io/docs/js/latest/guide/forms.html
  [471, HTTP_404] https://angular.io/docs/js/latest/api/common/index/NgForm-directive.html
https://angular.io/docs/js/latest/guide/glossary.html
  [319, HTTP_404] https://angular.io/docs/js/latest/api/core/index/Provider-class.html
https://angular.io/docs/ts/latest/glossary.html
  [385, HTTP_404] https://angular.io/docs/ts/latest/api/core/index/Provider-class.html
https://angular.io/docs/js/latest/cookbook/ts-to-js.html
  [430, HTTP_404] https://angular.io/docs/js/latest/api/core/index/Query-var.html
  [431, HTTP_404] https://angular.io/docs/js/latest/api/core/index/ViewQuery-var.html
https://angular.io/docs/js/latest/guide/forms-deprecated.html
  [464, HTTP_404] https://angular.io/docs/js/latest/api/common/index/NgForm-directive.html
https://angular.io/docs/ts/latest/api/http/index/index.html
  [76, HTTP_404] https://angular.io/docs/ts/latest/api/http/index/_createDefaultCookieXSRFStrategy-function.html
https://angular.io/docs/js/latest/glossary.html
  [319, HTTP_404] https://angular.io/docs/js/latest/api/core/index/Provider-class.html
https://angular.io/docs/ts/latest/api/platform-browser/index/index.html
  [76, HTTP_404] https://angular.io/docs/ts/latest/api/platform-browser/index/_WORKER_UI_PLATFORM_PROVIDERS-let.html
https://angular.io/docs/ts/latest/guide/forms-deprecated.html
  [390, HTTP_404] https://angular.io/docs/ts/latest/api/common/index/NgControlName-directive.html
  [525, HTTP_404] https://angular.io/docs/ts/latest/api/common/index/NgForm-directive.html
https://angular.io/docs/js/latest/api/http/index/index.html
  [76, HTTP_404] https://angular.io/docs/js/latest/api/http/index/_createDefaultCookieXSRFStrategy-function.html
https://angular.io/docs/js/latest/api/platform-browser/index/index.html
  [76, HTTP_404] https://angular.io/docs/js/latest/api/platform-browser/index/_WORKER_UI_PLATFORM_PROVIDERS-let.html

cc @wardbell @Foxandxss @filipesilva @kwalrath

@chalin chalin changed the title TS/JS broken links [TS][JS] broken links Aug 19, 2016
@Foxandxss
Copy link
Member

What is the status of this?

@chalin
Copy link
Contributor Author

chalin commented Sep 20, 2016

Good question, best answered by running the broken link checker.

chalin added a commit to IdeaBlade/angular.io that referenced this issue Nov 18, 2016
In particular, don’t show the language dropdown for the docs change-log
page (since JS and Dart don’t have a change log).

Together with angular#2830, this
fixes angular#2150
chalin added a commit to IdeaBlade/angular.io that referenced this issue Nov 18, 2016
In particular, don’t show the language dropdown for the docs change-log
page (since JS and Dart don’t have a change log).

Together with angular#2830, this
fixes angular#2150
wardbell pushed a commit that referenced this issue Nov 19, 2016
* docs: fix remaining broken links In particular, don’t show the language dropdown for the docs change-log page (since JS and Dart don’t have a change log). Together with #2830, this fixes #2150

* ignore invalid link from about bios
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants