Skip to content

Commit

Permalink
Replace repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
sailxjx committed Apr 5, 2016
1 parent 51f8241 commit 11ae2f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion talk-account/package.json
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git@code.teambition.com:talk/talk-account.git"
"url": "git@github.com:talk/talk-account.git"
},
"author": {
"name": "Xu Jingxin",
Expand Down
2 changes: 1 addition & 1 deletion talk-api2x/CHANGELOG.md
Expand Up @@ -452,7 +452,7 @@

## 0.4.0

* feature: change push service to [snapper](https://code.teambition.com/server/snapper)
* feature: change push service to [snapper](https://github.com/server/snapper)
* feature: upgrade express to 4.x
* feature: add team/source schemas
* feature: sync teambition organizations to teams
Expand Down
2 changes: 1 addition & 1 deletion talk-api2x/book/book.json
@@ -1,4 +1,4 @@
{
"githubHost": "https://code.teambition.com/",
"githubHost": "https://github.com/",
"plugins": ["-mathjax"]
}
2 changes: 1 addition & 1 deletion talk-api2x/book/robot/step1.register.md
@@ -1,7 +1,7 @@
## step1: register

### Step1: Register Your Robot
First, initialize a repository start with `tbot-` (e.g. [tbot-jarvis](https://code.teambition.com/talk/tbot-jarvis)) and put it in talk's `node_module` directory.
First, initialize a repository start with `tbot-` (e.g. [tbot-jarvis](https://github.com/talk/tbot-jarvis)) and put it in talk's `node_module` directory.

Talk will autoload it as a robot module and activate this robot in the ecosystem.

Expand Down
2 changes: 1 addition & 1 deletion talk-api2x/package.json
Expand Up @@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "git@code.teambition.com:talk/talk-core.git"
"url": "git@github.com:talk/talk-core.git"
},
"keywords": [
"talk.ai",
Expand Down
2 changes: 1 addition & 1 deletion talk-snapper/package.json
Expand Up @@ -11,7 +11,7 @@
"name": "snapper",
"repository": {
"type": "git",
"url": "git@code.teambition.com:server/snapper.git"
"url": "git@github.com:server/snapper.git"
},
"devDependencies": {
"engine.io-client": "^1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion talk-web/client/util/upload.coffee
Expand Up @@ -90,7 +90,7 @@ checkMultipleFiles = (files, config) ->
checkSingleFile = (file, config) ->
Q.Promise (resolve, reject) ->
# striker 文件上传限制1G
# https://code.teambition.com/server/striker2/blob/master/services/file.js#L19
# https://github.com/server/striker2/blob/master/services/file.js#L19
if file.size >= 1024 * 1024 * 1024
reject errorTypes.File_Size_Exceeded

Expand Down
2 changes: 1 addition & 1 deletion talk-web/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.html",
"repository": {
"type": "git",
"url": "https://code.teambition.com/talk/talk-web/"
"url": "https://github.com/talk/talk-web/"
},
"author": "teambition",
"devDependencies": {
Expand Down

0 comments on commit 11ae2f2

Please sign in to comment.