From 79f4f51907780785c673bbf8a24f5fd84584d289 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Sun, 19 Jan 2020 18:10:10 +0800 Subject: fix some links --- README.md | 6 +++--- README_zh.md | 6 +++--- core/src/sv/.travis.yml | 2 +- scripts/debian/control | 2 +- xmake/modules/devel/git/clone.lua | 4 ++-- 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) - + * [xmake-sublime](https://github.com/xmake-io/xmake-sublime) - + * [xmake-idea](https://github.com/xmake-io/xmake-idea) - + * [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) - + * [xmake-sublime](https://github.com/xmake-io/xmake-sublime) - + * [xmake-idea](https://github.com/xmake-io/xmake-idea) - + * [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 Build-Depends: debhelper (>=9) Standards-Version: 3.9.7 Homepage: http://xmake.io -#Vcs-Git: git@github.com:tboox/xmake.git +#Vcs-Git: git@github.com: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("git@github.com:tboox/xmake.git") --- git.clone("git@github.com:tboox/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) +-- git.clone("git@github.com:xmake-io/xmake.git") +-- git.clone("git@github.com:xmake-io/xmake.git", {depth = 1, branch = "master", outputdir = "/tmp/xmake"}) -- -- @endcode -- -- cgit v1.3.1