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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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
// }

0 commit comments

Comments
 (0)