From 9a0559206f07c8cea19b63136bf0ad01ea005273 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 8 Feb 2019 23:51:55 +0800 Subject: fix some url --- .appveyor.yml | 2 +- README.md | 14 +++++++------- README_zh.md | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index ed42e0b10..54ebe5014 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ install: - cmd: echo %CI% build_script: - - ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/tboox/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev" + - ps: Invoke-Command -ScriptBlock ([ScriptBlock]::Create((Invoke-Webrequest "https://raw.githubusercontent.com/xmake-io/xmake/dev/scripts/get.ps1" -UseBasicParsing).Content)) -ArgumentList "dev" - cmd: xmake lua versioninfo - cmd: xmake -P core - cmd: set XMAKE_PROGRAM_DIR=%cd%\xmake diff --git a/README.md b/README.md index dc5441be9..a5e8fc81f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@

xmake

- - travis-ci + + travis-ci appveyor-ci @@ -16,12 +16,12 @@ AUR votes - Github All Releases + Github All Releases
- license + license Reddit @@ -72,19 +72,19 @@ If you want to known more, please refer to: #### via curl ```bash -bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh) ``` #### via wget ```bash -bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -) +bash <(wget https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh -O -) ``` #### via powershell ```bash -Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.ps1' -UseBasicParsing).Content ``` ## Simple description diff --git a/README_zh.md b/README_zh.md index a4b627410..94821c0a5 100644 --- a/README_zh.md +++ b/README_zh.md @@ -6,8 +6,8 @@

xmake

- - travis-ci + + travis-ci appveyor-ci @@ -16,12 +16,12 @@ AUR votes - Github All Releases + Github All Releases
- license + license Reddit @@ -78,19 +78,19 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 #### 使用curl ```bash -bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh) +bash <(curl -fsSL https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh) ``` #### 使用wget ```bash -bash <(wget https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh -O -) +bash <(wget https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.sh -O -) ``` #### 使用powershell ```bash -Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/xmake-io/xmake/master/scripts/get.ps1' -UseBasicParsing).Content ``` ## 简单的工程描述 -- cgit v1.3.1