summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-01-19 18:10:10 +0800
committerOpportunity <[email protected]>2020-01-19 18:10:10 +0800
commit79f4f51907780785c673bbf8a24f5fd84584d289 (patch)
tree260dbaf613e1b1fb63e2c7a90c66949734dee6d3
parent67cbebf3a29ebb999e86e504b54d43e0c91db094 (diff)
fix some links
-rw-r--r--README.md6
-rw-r--r--README_zh.md6
-rw-r--r--core/src/sv/.travis.yml2
-rw-r--r--scripts/debian/control2
-rw-r--r--xmake/modules/devel/git/clone.lua4
5 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index d7cf0da81..082626c74 100644
--- a/README.md
+++ b/README.md
@@ -273,15 +273,15 @@ Please download and install more other plugins from the plugins repository [xmak
* [xmake-vscode](https://github.com/xmake-io/xmake-vscode)
-<img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-vscode/master/res/problem.gif" width="650px" />
* [xmake-sublime](https://github.com/xmake-io/xmake-sublime)
-<img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-sublime/master/res/problem.gif" width="650px" />
* [xmake-idea](https://github.com/xmake-io/xmake-idea)
-<img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
diff --git a/README_zh.md b/README_zh.md
index 2390bf72c..1f1ca78f1 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -278,15 +278,15 @@ $ xmake l
* [xmake-vscode](https://github.com/xmake-io/xmake-vscode)
-<img src="https://raw.githubusercontent.com/tboox/xmake-vscode/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-vscode/master/res/problem.gif" width="650px" />
* [xmake-sublime](https://github.com/xmake-io/xmake-sublime)
-<img src="https://raw.githubusercontent.com/tboox/xmake-sublime/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-sublime/master/res/problem.gif" width="650px" />
* [xmake-idea](https://github.com/xmake-io/xmake-idea)
-<img src="https://raw.githubusercontent.com/tboox/xmake-idea/master/res/problem.gif" width="650px" />
+<img src="https://raw.githubusercontent.com/xmake-io/xmake-idea/master/res/problem.gif" width="650px" />
* [xmake.vim](https://github.com/luzhlon/xmake.vim) (third-party, thanks [@luzhlon](https://github.com/luzhlon))
diff --git a/core/src/sv/.travis.yml b/core/src/sv/.travis.yml
index 505409db5..6b601f3d3 100644
--- a/core/src/sv/.travis.yml
+++ b/core/src/sv/.travis.yml
@@ -2,7 +2,7 @@ sudo: false
language: c
before_install:
- - bash <(curl -s https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
+ - bash <(curl -s https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh)
install:
- xmake
diff --git a/scripts/debian/control b/scripts/debian/control
index c75388c2d..6230cfb19 100644
--- a/scripts/debian/control
+++ b/scripts/debian/control
@@ -5,7 +5,7 @@ Maintainer: ruki <[email protected]>
Build-Depends: debhelper (>=9)
Standards-Version: 3.9.7
Homepage: http://xmake.io
-#Vcs-Git: [email protected]:tboox/xmake.git
+#Vcs-Git: [email protected]:xmake-io/xmake.git
#Vcs-Browser: https://github.com/xmake-io/xmake.git
Package: xmake
diff --git a/xmake/modules/devel/git/clone.lua b/xmake/modules/devel/git/clone.lua
index 165b6dcbc..027cc9317 100644
--- a/xmake/modules/devel/git/clone.lua
+++ b/xmake/modules/devel/git/clone.lua
@@ -31,8 +31,8 @@ import("lib.detect.find_tool")
--
-- import("devel.git")
--
--- git.clone("[email protected]:tboox/xmake.git")
--- git.clone("[email protected]:tboox/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"})
+-- git.clone("[email protected]:xmake-io/xmake.git")
+-- git.clone("[email protected]:xmake-io/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"})
--
-- @endcode
--