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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 451a777702..d5eec72fc9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.5.0-dev", "author": "Google Inc.", "description": "gRPC Library for Node", - "homepage": "http://www.grpc.io/", + "homepage": "https://grpc.io/", "repository": { "type": "git", "url": "https://github.com/grpc/grpc.git" |