Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
No related branches found
No related tags found
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- doc/PROTOCOL-WEB.md 6 additions, 6 deletionsdoc/PROTOCOL-WEB.md
- examples/README.md 1 addition, 1 deletionexamples/README.md
- examples/csharp/helloworld-from-cli/README.md 1 addition, 1 deletionexamples/csharp/helloworld-from-cli/README.md
- examples/csharp/helloworld/README.md 1 addition, 1 deletionexamples/csharp/helloworld/README.md
- examples/csharp/route_guide/README.md 1 addition, 1 deletionexamples/csharp/route_guide/README.md
- examples/node/README.md 1 addition, 1 deletionexamples/node/README.md
- examples/node/dynamic_codegen/route_guide/README.md 1 addition, 1 deletionexamples/node/dynamic_codegen/route_guide/README.md
- examples/node/static_codegen/route_guide/README.md 1 addition, 1 deletionexamples/node/static_codegen/route_guide/README.md
- examples/objective-c/auth_sample/AuthTestService.podspec 1 addition, 1 deletionexamples/objective-c/auth_sample/AuthTestService.podspec
- examples/objective-c/auth_sample/README.md 1 addition, 1 deletionexamples/objective-c/auth_sample/README.md
- examples/objective-c/helloworld/HelloWorld.podspec 1 addition, 1 deletionexamples/objective-c/helloworld/HelloWorld.podspec
- examples/objective-c/helloworld/README.md 1 addition, 1 deletionexamples/objective-c/helloworld/README.md
- examples/objective-c/route_guide/README.md 1 addition, 1 deletionexamples/objective-c/route_guide/README.md
- examples/objective-c/route_guide/RouteGuide.podspec 1 addition, 1 deletionexamples/objective-c/route_guide/RouteGuide.podspec
- examples/php/README.md 1 addition, 1 deletionexamples/php/README.md
- examples/php/route_guide/README.md 1 addition, 1 deletionexamples/php/route_guide/README.md
- examples/python/README.md 1 addition, 1 deletionexamples/python/README.md
- examples/python/helloworld/README.md 1 addition, 1 deletionexamples/python/helloworld/README.md
- examples/python/multiplex/README.md 1 addition, 1 deletionexamples/python/multiplex/README.md
... | ... | @@ -3,7 +3,7 @@ |
"type": "library", | ||
"description": "gRPC library for PHP", | ||
"keywords": ["rpc"], | ||
"homepage": "http://grpc.io", | ||
"homepage": "https://grpc.io", | ||
"license": "Apache-2.0", | ||
"require": { | ||
"php": ">=5.5.0" | ||
... | ... |
Please register or sign in to comment