diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2017-07-11 11:41:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 11:41:14 -0700 |
commit | 2ca8282846fd60d36e45b7da1561e292f9978f80 (patch) | |
tree | b72d9d397f345ba79af141f060122f3e248e867b /src/objective-c/examples | |
parent | 6eaaa923fab81c0798a7555375c7c78e71c0e572 (diff) | |
parent | bb3d95b643c7ba2100589d7168ce559bce19b065 (diff) |
Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
Diffstat (limited to 'src/objective-c/examples')
-rw-r--r-- | src/objective-c/examples/RemoteTestClient/RemoteTest.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec index 22cd7e1c60..cd9464c453 100644 --- a/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec +++ b/src/objective-c/examples/RemoteTestClient/RemoteTest.podspec @@ -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' => 'grpc-io@googlegroups.com' } - s.homepage = 'http://www.grpc.io/' + s.homepage = 'https://grpc.io/' s.summary = 'RemoteTest example' s.source = { :git => 'https://github.com/grpc/grpc.git' } |