Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Phus Lu committed Aug 15, 2017
1 parent d1cb205 commit 52e2b43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: bash

script:
- cd /tmp
- bash -xe < <(curl -kL https://github.com/phuslu/gop/raw/master/assets/build/ci.sh)
- bash -xe < <(curl -kL https://github.com/phuslu/goproxy/raw/master/assets/build/ci.sh)

branches:
only:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Go
[![Release](https://img.shields.io/badge/%20git.io-goproxy-blue.svg?style=social)](https://github.com/phuslu/goproxy/releases) [![Github](https://img.shields.io/github/release/phuslu/goproxy-ci.svg?label=github)](https://github.com/phuslu/goproxy-ci/releases) [![SourceForge](http://goproxy.sourceforge.net/?badge)](https://sourceforge.net/projects/goproxy/files/) [![CI Status](https://img.shields.io/travis/phuslu/gop/master.svg)](https://travis-ci.org/phuslu/gop/builds) [![GPLv2 License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt) [![Google Translate](https://cloud.githubusercontent.com/assets/195836/18816427/627edf0c-837c-11e6-8bd8-3d685264f303.png)](https://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=https%3A%2F%2Fgithub.com%2Fphuslu%2Fgoproxy)
## GoProxy
[![Release](https://img.shields.io/badge/%20git.io-goproxy-blue.svg?style=social)](https://github.com/phuslu/goproxy/releases) [![Github](https://img.shields.io/github/release/phuslu/goproxy-ci.svg?label=github)](https://github.com/phuslu/goproxy-ci/releases) [![SourceForge](http://goproxy.sourceforge.net/?badge)](https://sourceforge.net/projects/goproxy/files/) [![CI Status](https://img.shields.io/travis/phuslu/goproxy/master.svg)](https://travis-ci.org/phuslu/goproxy/builds) [![GPLv2 License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt) [![Google Translate](https://cloud.githubusercontent.com/assets/195836/18816427/627edf0c-837c-11e6-8bd8-3d685264f303.png)](https://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=https%3A%2F%2Fgithub.com%2Fphuslu%2Fgoproxy)

* 讨论区 https://github.com/phuslu/gop/issues?q=sort:updated-desc+is:open
* 讨论区 https://github.com/phuslu/goproxy/issues?q=sort:updated-desc+is:open

## 文档
* 简易教程 https://github.com/phuslu/gop/blob/wiki/SimpleGuide.md
* 配置介绍 https://github.com/phuslu/gop/blob/wiki/ConfigIntroduce.md
* 编译步骤 https://github.com/phuslu/gop/blob/wiki/HowToBuild.md
* 简易教程 https://github.com/phuslu/goproxy/blob/wiki/SimpleGuide.md
* 配置介绍 https://github.com/phuslu/goproxy/blob/wiki/ConfigIntroduce.md
* 编译步骤 https://github.com/phuslu/goproxy/blob/wiki/HowToBuild.md
4 changes: 2 additions & 2 deletions assets/build/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function build_repo() {
fi

export RELEASE=$(git rev-list --count HEAD)
export RELEASE_DESCRIPTION=$(git log -1 --oneline --format="r${RELEASE}: [\`%h\`](https://github.com/${GITHUB_USER}/gop/commit/%h) %s")
export RELEASE_DESCRIPTION=$(git log -1 --oneline --format="r${RELEASE}: [\`%h\`](https://github.com/${GITHUB_USER}/goproxy/commit/%h) %s")
if [ -n "${TRAVIS_BUILD_ID}" ]; then
export RELEASE_DESCRIPTION=$(echo ${RELEASE_DESCRIPTION} | sed -E "s#^(r[0-9]+)#[\1](https://travis-ci.org/${GITHUB_USER}/${GITHUB_REPO}/builds/${TRAVIS_BUILD_ID})#g")
fi
Expand Down Expand Up @@ -288,7 +288,7 @@ function build_repo_ex() {
git reset --hard origin/server.vps
git clean -dfx .

git clone --branch master https://github.com/phuslu/gop $GOPATH/src/github.com/phuslu/goproxy
git clone --branch master https://github.com/phuslu/goproxy $GOPATH/src/github.com/phuslu/goproxy
awk 'match($1, /"((github\.com|golang\.org|gopkg\.in)\/.+)"/) {if (!seen[$1]++) {gsub("\"", "", $1); print $1}}' $(find . -name "*.go") | xargs -n1 -i go get -u -v {}

cat <<EOF |
Expand Down

0 comments on commit 52e2b43

Please sign in to comment.