Skip to content

Commit

Permalink
update github URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Sep 18, 2017
1 parent 3c2f8bf commit 4c10801
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 安装:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 4c10801

Please sign in to comment.