From b01176cf80b4505df821cb56b43ac3b766a9930f Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sun, 6 Jan 2019 20:31:09 +0800 Subject: [PATCH] fix: change repo url to angular-cn --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index 7eff715ff3..8e3f2b9b06 100644 --- a/aio/package.json +++ b/aio/package.json @@ -2,7 +2,7 @@ "name": "angular.io", "version": "0.0.0", "main": "index.js", - "repository": "git@github.com:angular/angular.git", + "repository": "git@github.com:angular/angular-cn.git", "author": "Angular", "license": "MIT", "scripts": {