From a005d1595e4e2fefb05373480a9340c2f7bfdd0c Mon Sep 17 00:00:00 2001 From: Georgii Dolzhykov Date: Thu, 7 Jul 2016 18:43:53 +0300 Subject: [PATCH] chore(compiler-cli): correct homepage URL in package.json (#9869) --- modules/@angular/compiler-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/compiler-cli/package.json b/modules/@angular/compiler-cli/package.json index 41228237ec..11760c5c75 100644 --- a/modules/@angular/compiler-cli/package.json +++ b/modules/@angular/compiler-cli/package.json @@ -36,5 +36,5 @@ "bugs": { "url": "https://github.com/angular/angular/issues" }, - "homepage": "https://github.com/angular/angular/tree/master/tools/compiler-cli" + "homepage": "https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli" }