From f6167036fe2177752254bc84b56219c6496e5b46 Mon Sep 17 00:00:00 2001 From: Tiep Phan Date: Fri, 30 Aug 2019 10:03:10 +0700 Subject: [PATCH] docs: correct @ngtools/webpack url Fixes #32385 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 42d9b6ed8efd8..0516ec2e8ea9b 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -388,7 +388,7 @@ If you don't use the CLI, you have two options: For more information, see the [`ng xi18n` command documentation](cli/xi18n). * You can use the CLI Webpack plugin `AngularCompilerPlugin` from the `@ngtools/webpack` package. Set the parameters `i18nOutFile` and `i18nOutFormat` to trigger the extraction. -For more information, see the [Angular Ahead-of-Time Webpack Plugin documentation](https://github.com/angular/angular-cli/tree/master/packages/%40ngtools/webpack). +For more information, see the [Angular Ahead-of-Time Webpack Plugin documentation](https://github.com/angular/angular-cli/tree/master/packages/ngtools/webpack).