-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use https://grpc.io consistently as the canonical URL
- Loading branch information
Showing
51 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = "0.0.1" | ||
s.license = "Apache License, Version 2.0" | ||
s.authors = { 'gRPC contributors' => '[email protected]' } | ||
s.homepage = "http://www.grpc.io/" | ||
s.homepage = "https://grpc.io/" | ||
s.summary = "AuthTestService example" | ||
s.source = { :git => 'https://github.com/grpc/grpc.git' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# OAuth2 on gRPC: Objective-C | ||
|
||
This is the supporting code for the tutorial "[OAuth2 on gRPC: Objective-C](http://www.grpc.io/docs/tutorials/auth/oauth2-objective-c.html)." | ||
This is the supporting code for the tutorial "[OAuth2 on gRPC: Objective-C](https://grpc.io/docs/tutorials/auth/oauth2-objective-c.html)." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = "0.0.1" | ||
s.license = "Apache License, Version 2.0" | ||
s.authors = { 'gRPC contributors' => '[email protected]' } | ||
s.homepage = "http://www.grpc.io/" | ||
s.homepage = "https://grpc.io/" | ||
s.summary = "HelloWorld example" | ||
s.source = { :git => 'https://github.com/grpc/grpc.git' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# gRPC Basics: Objective-C | ||
|
||
This is the supporting code for the tutorial "[gRPC Basics: Objective-C](http://www.grpc.io/docs/tutorials/basic/objective-c.html)." | ||
This is the supporting code for the tutorial "[gRPC Basics: Objective-C](https://grpc.io/docs/tutorials/basic/objective-c.html)." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = "0.0.1" | ||
s.license = "Apache License, Version 2.0" | ||
s.authors = { 'gRPC contributors' => '[email protected]' } | ||
s.homepage = "http://www.grpc.io/" | ||
s.homepage = "https://grpc.io/" | ||
s.summary = "RouteGuide example" | ||
s.source = { :git => 'https://github.com/grpc/grpc.git' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[This code's documentation lives on the grpc.io site.](http://www.grpc.io/docs/quickstart/python.html) | ||
[This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[This code's documentation lives on the grpc.io site.](http://www.grpc.io/docs/quickstart/python.html) | ||
[This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
An example showing two stubs sharing a channel and two servicers sharing a server. | ||
|
||
More complete documentation lives at [grpc.io](http://www.grpc.io/docs/tutorials/basic/python.html). | ||
More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[This code's documentation lives on the grpc.io site.](http://www.grpc.io/docs/tutorials/basic/python.html) | ||
[This code's documentation lives on the grpc.io site.](https://grpc.io/docs/tutorials/basic/python.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Pod::Spec.new do |s| | |
version = '1.5.0-dev' | ||
s.version = version | ||
s.summary = 'Core cross-platform gRPC library, written in C' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Pod::Spec.new do |s| | |
version = '1.5.0-dev' | ||
s.version = version | ||
s.summary = 'RPC library for Protocol Buffers, based on gRPC' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Pod::Spec.new do |s| | |
version = '1.5.0-dev' | ||
s.version = version | ||
s.summary = 'Reactive Extensions library for iOS/OSX.' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Pod::Spec.new do |s| | |
version = '1.5.0-dev' | ||
s.version = version | ||
s.summary = 'gRPC client library for iOS/OSX' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -281,7 +281,7 @@ def cython_extensions_and_necessity(): | |
description='HTTP/2-based RPC framework', | ||
author='The gRPC Authors', | ||
author_email='[email protected]', | ||
url='http://www.grpc.io', | ||
url='https://grpc.io', | ||
license=LICENSE, | ||
long_description=open(README).read(), | ||
ext_modules=CYTHON_EXTENSION_MODULES, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = '0.0.1' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'gRPC contributors' => '[email protected]' } | ||
s.homepage = 'http://www.grpc.io/' | ||
s.homepage = 'https://grpc.io/' | ||
s.summary = 'RemoteTest example' | ||
s.source = { :git => 'https://github.com/grpc/grpc.git' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Pod::Spec.new do |s| | |
s.version = "0.0.1" | ||
s.license = "Apache License, Version 2.0" | ||
s.authors = { 'gRPC contributors' => '[email protected]' } | ||
s.homepage = "http://www.grpc.io/" | ||
s.homepage = "https://grpc.io/" | ||
s.summary = "RemoteTest example" | ||
s.source = { :git => 'https://github.com/grpc/grpc.git' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
description='Standard Health Checking Service for gRPC', | ||
author='The gRPC Authors', | ||
author_email='[email protected]', | ||
url='http://www.grpc.io', | ||
url='https://grpc.io', | ||
license='Apache License 2.0', | ||
package_dir=PACKAGE_DIRECTORIES, | ||
packages=setuptools.find_packages('.'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
description='Standard Protobuf Reflection Service for gRPC', | ||
author='The gRPC Authors', | ||
author_email='[email protected]', | ||
url='http://www.grpc.io', | ||
url='https://grpc.io', | ||
package_dir=PACKAGE_DIRECTORIES, | ||
packages=setuptools.find_packages('.'), | ||
install_requires=INSTALL_REQUIRES, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
version = '${settings.version}' | ||
s.version = version | ||
s.summary = 'Core cross-platform gRPC library, written in C' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
version = '${settings.version}' | ||
s.version = version | ||
s.summary = 'RPC library for Protocol Buffers, based on gRPC' | ||
s.homepage = 'http://www.grpc.io' | ||
s.homepage = 'https://grpc.io' | ||
s.license = 'Apache License, Version 2.0' | ||
s.authors = { 'The gRPC contributors' => '[email protected]' } | ||
|
||
|
Oops, something went wrong.