aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/benchmark/build.sh
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-22 18:32:11 -0700
committerGitHub <noreply@github.com>2018-08-22 18:32:11 -0700
commitfd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec (patch)
tree3a049ef1ae3725e37f4701f6ff4f9ffad64f811b /kokoro/linux/benchmark/build.sh
parent228530e2da79603450948d5d701fe4bb4e47c430 (diff)
parentafe98de32a130e0033c9b10fa470bb2ff858ed8d (diff)
downloadprotobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.gz
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.bz2
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.zip
Merge pull request #5068 from xfxyjwf/links
Replace repo links.
Diffstat (limited to 'kokoro/linux/benchmark/build.sh')
-rwxr-xr-xkokoro/linux/benchmark/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kokoro/linux/benchmark/build.sh b/kokoro/linux/benchmark/build.sh
index 3463ba9b..527485c8 100755
--- a/kokoro/linux/benchmark/build.sh
+++ b/kokoro/linux/benchmark/build.sh
@@ -68,8 +68,8 @@ cd $oldpwd
export PATH="`pwd`/src:$PATH"
export GOPATH="$HOME/gocode"
mkdir -p "$GOPATH/src/github.com/google"
-rm -f "$GOPATH/src/github.com/google/protobuf"
-ln -s "`pwd`" "$GOPATH/src/github.com/google/protobuf"
+rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
+ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
export PATH="$GOPATH/bin:$PATH"
go get github.com/golang/protobuf/protoc-gen-go