From 77610d5df5f4b71b56e7a1988135b32448ec3d0b Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Tue, 1 May 2018 22:22:38 -0500 Subject: [PATCH] docs: fix links to https://webpack.github.io/analyse --- docs/documentation/build.md | 2 +- packages/@angular/cli/lib/config/schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/build.md b/docs/documentation/build.md index b73b66fea1..8a02af3b9c 100644 --- a/docs/documentation/build.md +++ b/docs/documentation/build.md @@ -383,7 +383,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details. --stats-json

- Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse. + Generates a 'stats.json' file which can be analyzed using tools such as: webpack-bundle-analyzer or webpack.github.io/analyse.

diff --git a/packages/@angular/cli/lib/config/schema.json b/packages/@angular/cli/lib/config/schema.json index 92d685d555..6bcb132846 100644 --- a/packages/@angular/cli/lib/config/schema.json +++ b/packages/@angular/cli/lib/config/schema.json @@ -725,7 +725,7 @@ }, "statsJson": { "type": "boolean", - "description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.", + "description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .", "default": false }, "forkTypeChecker": { @@ -1466,7 +1466,7 @@ }, "statsJson": { "type": "boolean", - "description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.", + "description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .", "default": false }, "forkTypeChecker": {