Skip to content

Commit afe98de

Browse files
committed
Replace repo links.
1 parent 228530e commit afe98de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+84
-84
lines changed

CHANGES.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
Planned Future Changes
103103
* Make C++ implementation C++11 only: we plan to require C++11 to build
104104
protobuf code starting from 3.6.0 release. Please join this github issue:
105-
https://github.com/google/protobuf/issues/2780 to provide your feedback.
105+
https://github.com/protocolbuffers/protobuf/issues/2780 to provide your feedback.
106106

107107
protoc
108108
* Fixed a bug introduced in 3.5.0 and protoc in Windows now accepts non-ascii
@@ -133,7 +133,7 @@
133133
Planned Future Changes
134134
* Make C++ implementation C++11 only: we plan to require C++11 to build
135135
protobuf code starting from 3.6.0 release. Please join this github issue:
136-
https://github.com/google/protobuf/issues/2780 to provide your feedback.
136+
https://github.com/protocolbuffers/protobuf/issues/2780 to provide your feedback.
137137

138138
General
139139
* Unknown fields are now preserved in proto3 for most of the language
@@ -220,14 +220,14 @@
220220

221221
For issues and discussions:
222222

223-
https://github.com/google/protobuf/issues/272
223+
https://github.com/protocolbuffers/protobuf/issues/272
224224

225225
- Make C++ implementation C++11 only: we plan to require C++11 to build
226226
protobuf code starting from 3.5.0 or 3.6.0 release, after unknown fields
227227
semantic changes are finished. Please join this
228228
github issue:
229229

230-
https://github.com/google/protobuf/issues/2780
230+
https://github.com/protocolbuffers/protobuf/issues/2780
231231

232232
to provide your feedback.
233233

@@ -347,14 +347,14 @@
347347

348348
for the timeline and follow up this github issue:
349349

350-
https://github.com/google/protobuf/issues/272
350+
https://github.com/protocolbuffers/protobuf/issues/272
351351

352352
for discussion.
353353
- Make C++ implementation C++11 only: we plan to require C++11 to build
354354
protobuf code starting from 3.4.0 or 3.5.0 release. Please join this
355355
github issue:
356356

357-
https://github.com/google/protobuf/issues/2780
357+
https://github.com/protocolbuffers/protobuf/issues/2780
358358

359359
to provide your feedback.
360360

Protobuf.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Pod::Spec.new do |s|
77
s.name = 'Protobuf'
88
s.version = '3.6.1'
99
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
10-
s.homepage = 'https://github.com/google/protobuf'
10+
s.homepage = 'https://github.com/protocolbuffers/protobuf'
1111
s.license = '3-Clause BSD License'
1212
s.authors = { 'The Protocol Buffers contributors' => '[email protected]' }
1313
s.cocoapods_version = '>= 1.0'
1414

15-
s.source = { :git => 'https://github.com/google/protobuf.git',
15+
s.source = { :git => 'https://github.com/protocolbuffers/protobuf.git',
1616
:tag => "v#{s.version}" }
1717

1818
s.source_files = 'objectivec/*.{h,m}',

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ with the C++ runtime.
2626
For non-C++ users, the simplest way to install the protocol compiler is to
2727
download a pre-built binary from our release page:
2828

29-
[https://github.com/google/protobuf/releases](https://github.com/google/protobuf/releases)
29+
[https://github.com/protocolbuffers/protobuf/releases](https://github.com/protocolbuffers/protobuf/releases)
3030

3131
In the downloads section of each release, you can find pre-built binaries in
3232
zip packages: protoc-$VERSION-$PLATFORM.zip. It contains the protoc binary

benchmarks/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory contains benchmarking schemas and data sets that you
55
can use to test a variety of performance scenarios against your
66
protobuf language runtime. If you are looking for performance
77
numbers of officially support languages, see [here](
8-
https://github.com/google/protobuf/blob/master/docs/performance.md)
8+
https://github.com/protocolbuffers/protobuf/blob/master/docs/performance.md)
99

1010
## Prerequisite
1111

@@ -63,7 +63,7 @@ PHP benchmark's requirement is the same as PHP protobuf's requirements. The benc
6363
include PHP protobuf's src and build the c extension if required.
6464

6565
### Node.js
66-
Node.js benchmark need [node](https://nodejs.org/en/)(higher than V6) and [npm](https://www.npmjs.com/) package manager installed. This benchmark is using the [benchmark](https://www.npmjs.com/package/benchmark) framework to test, which needn't to manually install. And another prerequisite is [protobuf js](https://github.com/google/protobuf/tree/master/js), which needn't to manually install either
66+
Node.js benchmark need [node](https://nodejs.org/en/)(higher than V6) and [npm](https://www.npmjs.com/) package manager installed. This benchmark is using the [benchmark](https://www.npmjs.com/package/benchmark) framework to test, which needn't to manually install. And another prerequisite is [protobuf js](https://github.com/protocolbuffers/protobuf/tree/master/js), which needn't to manually install either
6767

6868
### Big data
6969

cmake/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Getting Sources
4343

4444
You can get the latest stable source packages from the release page:
4545

46-
https://github.com/google/protobuf/releases/latest
46+
https://github.com/protocolbuffers/protobuf/releases/latest
4747

4848
For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if
4949
you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package
@@ -52,7 +52,7 @@ download `protobuf-all-[VERSION].tar.gz`.
5252

5353
Or you can use git to clone from protobuf git repository.
5454

55-
C:\Path\to> git clone -b [release_tag] https://github.com/google/protobuf.git
55+
C:\Path\to> git clone -b [release_tag] https://github.com/protocolbuffers/protobuf.git
5656

5757
Where *[release_tag]* is a git tag like *v3.0.0-beta-1* or a branch name like *master*
5858
if you want to get the latest code.

conformance/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Testing other Protocol Buffer implementations
5757
To run these tests against a new Protocol Buffers implementation, write a
5858
program in your language that uses the protobuf implementation you want
5959
to test. This program should implement the testing protocol defined in
60-
[conformance.proto](https://github.com/google/protobuf/blob/master/conformance/conformance.proto).
60+
[conformance.proto](https://github.com/protocolbuffers/protobuf/blob/master/conformance/conformance.proto).
6161
This is designed to be as easy as possible: the C++ version is only
6262
150 lines and is a good example for what this program should look like
63-
(see [conformance_cpp.cc](https://github.com/google/protobuf/blob/master/conformance/conformance_cpp.cc)).
63+
(see [conformance_cpp.cc](https://github.com/protocolbuffers/protobuf/blob/master/conformance/conformance_cpp.cc)).
6464
The program only needs to be able to read from stdin and write to stdout.
6565

6666
Portability

csharp/Google.Protobuf.Tools.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>3.6.1</version>
99
<authors>Google Inc.</authors>
1010
<owners>protobuf-packages</owners>
11-
<licenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</licenseUrl>
12-
<projectUrl>https://github.com/google/protobuf</projectUrl>
11+
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
12+
<projectUrl>https://github.com/protocolbuffers/protobuf</projectUrl>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<releaseNotes>Tools for Protocol Buffers</releaseNotes>
1515
<copyright>Copyright 2015, Google Inc.</copyright>

csharp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ History of C# protobufs
7777
This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
7878
and represents the latest development version of C# protobufs, that will now be developed
7979
and maintained by Google. All the development will be done in open, under this repository
80-
(https://github.com/google/protobuf).
80+
(https://github.com/protocolbuffers/protobuf).
8181

8282
The previous project differs from this project in a number of ways:
8383

csharp/compatibility_tests/v3.0.0/protos/csharp/protos/unittest_issues.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ message Issue307 {
1919
}
2020

2121
// Old issue 13: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=13
22-
// New issue 309: https://github.com/google/protobuf/issues/309
22+
// New issue 309: https://github.com/protocolbuffers/protobuf/issues/309
2323

2424
// message A {
2525
// optional int32 _A = 1;
@@ -35,7 +35,7 @@ message Issue307 {
3535

3636
// Similar issue with numeric names
3737
// Java code failed too, so probably best for this to be a restriction.
38-
// See https://github.com/google/protobuf/issues/308
38+
// See https://github.com/protocolbuffers/protobuf/issues/308
3939
// message NumberField {
4040
// optional int32 _01 = 1;
4141
// }

csharp/protos/unittest_issues.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ message Issue307 {
1818
}
1919

2020
// Old issue 13: http://code.google.com/p/protobuf-csharp-port/issues/detail?id=13
21-
// New issue 309: https://github.com/google/protobuf/issues/309
21+
// New issue 309: https://github.com/protocolbuffers/protobuf/issues/309
2222

2323
// message A {
2424
// optional int32 _A = 1;
@@ -34,7 +34,7 @@ message Issue307 {
3434

3535
// Similar issue with numeric names
3636
// Java code failed too, so probably best for this to be a restriction.
37-
// See https://github.com/google/protobuf/issues/308
37+
// See https://github.com/protocolbuffers/protobuf/issues/308
3838
// message NumberField {
3939
// optional int32 _01 = 1;
4040
// }

csharp/src/Google.Protobuf.Test/ByteStringTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public void GetHashCode_Regression()
227227
{
228228
// We used to have an awful hash algorithm where only the last four
229229
// bytes were relevant. This is a regression test for
230-
// https://github.com/google/protobuf/issues/2511
230+
// https://github.com/protocolbuffers/protobuf/issues/2511
231231

232232
ByteString b1 = ByteString.CopyFrom(100, 1, 2, 3, 4);
233233
ByteString b2 = ByteString.CopyFrom(200, 1, 2, 3, 4);

csharp/src/Google.Protobuf/Google.Protobuf.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
1414
<PackageTags>Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3</PackageTags>
1515
<PackageReleaseNotes>C# proto3 support</PackageReleaseNotes>
16-
<PackageProjectUrl>https://github.com/google/protobuf</PackageProjectUrl>
17-
<PackageLicenseUrl>https://github.com/google/protobuf/blob/master/LICENSE</PackageLicenseUrl>
16+
<PackageProjectUrl>https://github.com/protocolbuffers/protobuf</PackageProjectUrl>
17+
<PackageLicenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</PackageLicenseUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<RepositoryUrl>https://github.com/google/protobuf.git</RepositoryUrl>
19+
<RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl>
2020
</PropertyGroup>
2121

2222
<!--

docs/options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ extension numbers.
77

88
If you need an extension number for your custom option (see [custom options](
99
https://developers.google.com/protocol-buffers/docs/proto#customoptions)),
10-
please [send us a pull request](https://github.com/google/protobuf/pulls) to
11-
add an entry to this doc, or [create an issue](https://github.com/google/protobuf/issues)
10+
please [send us a pull request](https://github.com/protocolbuffers/protobuf/pulls) to
11+
add an entry to this doc, or [create an issue](https://github.com/protocolbuffers/protobuf/issues)
1212
with info about your project (name and website) so we can add an entry for you.
1313

1414
## Existing Registered Extensions

docs/performance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ This table contains 3 languages' results:
301301
</tr>
302302
</tbody></table>
303303

304-
\* The cpp performance can be improved by using [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html), please follow the (instruction)[https://github.com/google/protobuf/blob/master/benchmarks/README.md] to link with tcmalloc to get the faster result.
304+
\* The cpp performance can be improved by using [tcmalloc](https://gperftools.github.io/gperftools/tcmalloc.html), please follow the (instruction)[https://github.com/protocolbuffers/protobuf/blob/master/benchmarks/README.md] to link with tcmalloc to get the faster result.

examples/WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
http_archive(
44
name = "com_google_protobuf",
55
strip_prefix = "protobuf-master",
6-
urls = ["https://github.com/google/protobuf/archive/master.zip"],
6+
urls = ["https://github.com/protocolbuffers/protobuf/archive/master.zip"],
77
)
88

99
# This com_google_protobuf_cc repository is required for cc_proto_library
@@ -13,14 +13,14 @@ http_archive(
1313
http_archive(
1414
name = "com_google_protobuf_cc",
1515
strip_prefix = "protobuf-master",
16-
urls = ["https://github.com/google/protobuf/archive/master.zip"],
16+
urls = ["https://github.com/protocolbuffers/protobuf/archive/master.zip"],
1717
)
1818

1919
# Similar to com_google_protobuf_cc but for Java (i.e., java_proto_library).
2020
http_archive(
2121
name = "com_google_protobuf_java",
2222
strip_prefix = "protobuf-master",
23-
urls = ["https://github.com/google/protobuf/archive/master.zip"],
23+
urls = ["https://github.com/protocolbuffers/protobuf/archive/master.zip"],
2424
)
2525

2626
# Similar to com_google_protobuf_cc but for Java lite. If you are building
@@ -29,7 +29,7 @@ http_archive(
2929
http_archive(
3030
name = "com_google_protobuf_javalite",
3131
strip_prefix = "protobuf-javalite",
32-
urls = ["https://github.com/google/protobuf/archive/javalite.zip"],
32+
urls = ["https://github.com/protocolbuffers/protobuf/archive/javalite.zip"],
3333
)
3434

3535
http_archive(

examples/add_person.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111

1212
"github.com/golang/protobuf/proto"
13-
pb "github.com/google/protobuf/examples/tutorial"
13+
pb "github.com/protocolbuffers/protobuf/examples/tutorial"
1414
)
1515

1616
func promptForAddress(r io.Reader) (*pb.Person, error) {

examples/add_person_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"testing"
66

77
"github.com/golang/protobuf/proto"
8-
pb "github.com/google/protobuf/examples/tutorial"
8+
pb "github.com/protocolbuffers/protobuf/examples/tutorial"
99
)
1010

1111
func TestPromptForAddressReturnsAddress(t *testing.T) {

examples/list_people.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"os"
99

1010
"github.com/golang/protobuf/proto"
11-
pb "github.com/google/protobuf/examples/tutorial"
11+
pb "github.com/protocolbuffers/protobuf/examples/tutorial"
1212
)
1313

1414
func writePerson(w io.Writer, p *pb.Person) {

examples/list_people_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"strings"
66
"testing"
77

8-
pb "github.com/google/protobuf/examples/tutorial"
8+
pb "github.com/protocolbuffers/protobuf/examples/tutorial"
99
)
1010

1111
func TestWritePersonWritesPerson(t *testing.T) {

generate_changelog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def __init__(self, name, pathspec):
6262
print("")
6363

6464
print("To view a commit on GitHub: " +
65-
"https://github.com/google/protobuf/commit/<commit id>")
65+
"https://github.com/protocolbuffers/protobuf/commit/<commit id>")

java/compatibility_tests/v2.5.0/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ echo "Running compatibility tests between $VERSION_NUMBER and $OLD_VERSION"
6565

6666
# Download old version source for the compatibility test
6767
[ -d protobuf ] || {
68-
git clone https://github.com/google/protobuf.git
68+
git clone https://github.com/protocolbuffers/protobuf.git
6969
cd protobuf
7070
git reset --hard v$TEST_VERSION
7171
cd ..

java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public void testSerializeInvalidUtf8FollowedByOutOfSpace() throws Exception {
562562
}
563563
}
564564

565-
/** Regression test for https://github.com/google/protobuf/issues/292 */
565+
/** Regression test for https://github.com/protocolbuffers/protobuf/issues/292 */
566566
public void testCorrectExceptionThrowWhenEncodingStringsWithoutEnoughSpace() throws Exception {
567567
String testCase = "Foooooooo";
568568
assertEquals(

java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</licenses>
4545

4646
<scm>
47-
<url>https://github.com/google/protobuf</url>
48-
<connection>scm:git:https://github.com/google/protobuf.git</connection>
47+
<url>https://github.com/protocolbuffers/protobuf</url>
48+
<connection>scm:git:https://github.com/protocolbuffers/protobuf.git</connection>
4949
</scm>
5050

5151
<distributionManagement>

js/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ To use Protocol Buffers with JavaScript, you need two main components:
2525
2. The Protocol Compiler `protoc`. This translates `.proto` files
2626
into `.js` files. The compiler is not currently available via
2727
npm, but you can download a pre-built binary
28-
[on GitHub](https://github.com/google/protobuf/releases)
28+
[on GitHub](https://github.com/protocolbuffers/protobuf/releases)
2929
(look for the `protoc-*.zip` files under **Downloads**).
3030

3131

3232
Setup
3333
=====
3434

3535
First, obtain the Protocol Compiler. The easiest way is to download
36-
a pre-built binary from [https://github.com/google/protobuf/releases](https://github.com/google/protobuf/releases).
36+
a pre-built binary from [https://github.com/protocolbuffers/protobuf/releases](https://github.com/protocolbuffers/protobuf/releases).
3737

3838
If you want, you can compile `protoc` from source instead. To do this
3939
follow the instructions in [the top-level
40-
README](https://github.com/google/protobuf/blob/master/src/README.md).
40+
README](https://github.com/protocolbuffers/protobuf/blob/master/src/README.md).
4141

4242
Once you have `protoc` compiled, you can run the tests by typing:
4343

@@ -135,7 +135,7 @@ The syntax of the `--js_out` flag is:
135135
Where `OPTIONS` are separated by commas. Options are either `opt=val` or
136136
just `opt` (for options that don't take a value). The available options
137137
are specified and documented in the `GeneratorOptions` struct in
138-
[src/google/protobuf/compiler/js/js_generator.h](https://github.com/google/protobuf/blob/master/src/google/protobuf/compiler/js/js_generator.h#L53).
138+
[src/google/protobuf/compiler/js/js_generator.h](https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/compiler/js/js_generator.h#L53).
139139

140140
Some examples:
141141

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/google/protobuf/tree/master/js"
22+
"url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
2323
},
2424
"author": "Google Protocol Buffers Team",
2525
"license": "BSD-3-Clause"

kokoro/linux/32-bit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN php -r "unlink('composer-setup.php');"
9696
RUN composer config -g -- disable-tls true
9797
RUN composer config -g -- secure-http false
9898
RUN cd /tmp && \
99-
git clone https://github.com/google/protobuf.git && \
99+
git clone https://github.com/protocolbuffers/protobuf.git && \
100100
cd protobuf/php && \
101101
git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
102102
ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \

kokoro/linux/64-bit/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ENV MAVEN_REPO /var/maven_local_repository
127127
ENV MVN mvn --batch-mode
128128

129129
RUN cd /tmp && \
130-
git clone https://github.com/google/protobuf.git && \
130+
git clone https://github.com/protocolbuffers/protobuf.git && \
131131
cd protobuf && \
132132
git reset --hard 129a6e2aca95dcfb6c3e717d7b9cca1f104fde39 && \
133133
./autogen.sh && \
@@ -180,7 +180,7 @@ RUN composer config -g -- disable-tls true
180180
RUN composer config -g -- secure-http false
181181
RUN cd /tmp && \
182182
rm -rf protobuf && \
183-
git clone https://github.com/google/protobuf.git && \
183+
git clone https://github.com/protocolbuffers/protobuf.git && \
184184
cd protobuf && \
185185
git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
186186
cd php && \

0 commit comments

Comments
 (0)