diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-07-10 22:24:28 +0000 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-07-10 22:24:28 +0000 |
commit | bb3d95b643c7ba2100589d7168ce559bce19b065 (patch) | |
tree | 1b4966ae9c6aa9ed8f275acd5bfffabdfa243250 /examples/node/static_codegen/route_guide | |
parent | a38562e8e92cb6307cfacb4adb59218a4b5f057a (diff) |
Use https://grpc.io consistently as the canonical URL
Diffstat (limited to 'examples/node/static_codegen/route_guide')
-rw-r--r-- | examples/node/static_codegen/route_guide/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/node/static_codegen/route_guide/README.md b/examples/node/static_codegen/route_guide/README.md index 7ec519c76b..7d6b0b7deb 100644 --- a/examples/node/static_codegen/route_guide/README.md +++ b/examples/node/static_codegen/route_guide/README.md @@ -2,4 +2,4 @@ The files in this folder are the samples used in [gRPC Basics: Node.js][], a detailed tutorial for using gRPC in Node.js. -[gRPC Basics: Node.js]:http://www.grpc.io/docs/tutorials/basic/node.html +[gRPC Basics: Node.js]:https://grpc.io/docs/tutorials/basic/node.html |