From c89045fb7786b8e41d59234fe917927a816f0a0f Mon Sep 17 00:00:00 2001 From: Alvaro Junqueira Date: Wed, 24 Oct 2018 11:23:26 +0100 Subject: [PATCH] docs: update links to TC39 and observable proposal (#26715) Before (404 Not Found): http://www.ecma-international.org/memento/TC39.htm After: https://www.ecma-international.org/memento/tc39-m.htm PR Close #26715 --- aio/content/guide/npm-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 15e0d50092..feb6d79056 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -81,7 +81,7 @@ The following support packages are included as dependencies in the default `pack Package name | Description ---------------------------------------- | -------------------------------------------------- -[**rxjs**](https://github.com/ReactiveX/rxjs) | Many Angular APIs return [_observables_](guide/glossary#observable). RxJS is an implementation of the proposed [Observables specification](https://github.com/zenparsing/es-observable) currently before the [TC39](http://www.ecma-international.org/memento/TC39.htm) committee, which determines standards for the JavaScript language. +[**rxjs**](https://github.com/ReactiveX/rxjs) | Many Angular APIs return [_observables_](guide/glossary#observable). RxJS is an implementation of the proposed [Observables specification](https://github.com/tc39/proposal-observable) currently before the [TC39](https://www.ecma-international.org/memento/tc39-m.htm) committee, which determines standards for the JavaScript language. [**zone.js**](https://github.com/angular/zone.js) | Angular relies on zone.js to run Angular's change detection processes when native JavaScript operations raise events. Zone.js is an implementation of a [specification](https://gist.github.com/mhevery/63fdcdf7c65886051d55) currently before the [TC39](http://www.ecma-international.org/memento/TC39.htm) committee that determines standards for the JavaScript language.