From f95e2c7e7ee6ccd9d889a795da4d287d3008b5d2 Mon Sep 17 00:00:00 2001 From: Luka Petrovic Date: Mon, 9 Dec 2019 20:27:23 +0100 Subject: [PATCH] docs: fix broken links (#34311) PR Close #34311 --- aio/content/guide/deployment.md | 2 +- aio/content/guide/npm-packages.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index 2d94aa2684..093233c316 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -367,7 +367,7 @@ Bundlers don't know about the router configuration and can't create separate bun You would have to create these bundles manually. The CLI runs the -[Angular Ahead-of-Time Webpack Plugin](https://github.com/angular/angular-cli/tree/master/packages/%40ngtools/webpack) +[Angular Ahead-of-Time Webpack Plugin](https://github.com/angular/angular-cli/tree/master/packages/ngtools/webpack) which automatically recognizes lazy-loaded `NgModules` and creates separate bundles for them. diff --git a/aio/content/guide/npm-packages.md b/aio/content/guide/npm-packages.md index 5d6dbd2d69..d8296bdc0b 100644 --- a/aio/content/guide/npm-packages.md +++ b/aio/content/guide/npm-packages.md @@ -80,8 +80,8 @@ 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/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. +[**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.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](https://www.ecma-international.org/memento/tc39.htm) committee that determines standards for the JavaScript language. {@a polyfills}