From afe98de32a130e0033c9b10fa470bb2ff858ed8d Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Wed, 22 Aug 2018 11:55:30 -0700 Subject: Replace repo links. --- protoc-artifacts/README.md | 2 +- protoc-artifacts/build-zip.sh | 2 +- protoc-artifacts/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protoc-artifacts') diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md index 79fa30b8..d60defb8 100644 --- a/protoc-artifacts/README.md +++ b/protoc-artifacts/README.md @@ -90,7 +90,7 @@ To checkout protobuf (run within the container): ``` $ # Replace v3.5.1 with the version you want -$ wget -O - https://github.com/google/protobuf/archive/v3.5.1.tar.gz | tar xvzp +$ wget -O - https://github.com/protocolbuffers/protobuf/archive/v3.5.1.tar.gz | tar xvzp ``` ### Windows build diff --git a/protoc-artifacts/build-zip.sh b/protoc-artifacts/build-zip.sh index 26b6cc93..1f0186f8 100755 --- a/protoc-artifacts/build-zip.sh +++ b/protoc-artifacts/build-zip.sh @@ -82,7 +82,7 @@ copy the contents of the 'include' directory somewhere as well, for example into '/usr/local/include/'. Please refer to our official github site for more installation instructions: - https://github.com/google/protobuf + https://github.com/protocolbuffers/protobuf EOF mkdir -p dist diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index 55d9e91a..3f858908 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -27,9 +27,9 @@ - https://github.com/google/protobuf + https://github.com/protocolbuffers/protobuf - scm:git:https://github.com/google/protobuf.git + scm:git:https://github.com/protocolbuffers/protobuf.git -- cgit v1.2.3