From 4c10801c845dcb09703de5c8f5e7108051525c77 Mon Sep 17 00:00:00 2001 From: Maiz Date: Mon, 18 Sep 2017 15:50:20 +0800 Subject: [PATCH] update github URL --- README.md | 2 +- README_CN.md | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49696b77..6a51e2a3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A lightweight, extendable front-end developer tool for mobile web page. ## Usage -Download the [latest release](https://github.com/WechatFE/vConsole/releases/latest). (DO NOT copy `dist/vconsole.min.js` in the dev branch) +Download the [latest release](https://github.com/Tencent/vConsole/releases/latest). (DO NOT copy `dist/vconsole.min.js` in the dev branch) Or, install via npm: diff --git a/README_CN.md b/README_CN.md index 71b566e2..1292efdd 100644 --- a/README_CN.md +++ b/README_CN.md @@ -17,7 +17,7 @@ vConsole ## 上手 -下载 vConsole 的[最新版本](https://github.com/WechatFE/vConsole/releases/latest)。(不要直接下载 dev 分支下的 `dist/vconsole.min.js`) +下载 vConsole 的[最新版本](https://github.com/Tencent/vConsole/releases/latest)。(不要直接下载 dev 分支下的 `dist/vconsole.min.js`) 或者使用 npm 安装: diff --git a/package.json b/package.json index 38b5b514..cf57f22c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vconsole", "version": "2.5.3-dev", "description": "A lightweight, extendable front-end developer tool for mobile web page.", - "homepage": "https://github.com/WechatFE/vConsole", + "homepage": "https://github.com/Tencent/vConsole", "main": "dist/vconsole.min.js", "scripts": { "test": "mocha", @@ -15,7 +15,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/WechatFE/vConsole.git" + "url": "git+https://github.com/Tencent/vConsole.git" }, "dependencies": {}, "devDependencies": {