From a5125ecf390ffb0f954140d37c2dba63f0819832 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Fri, 19 Feb 2016 11:56:12 -0800 Subject: [PATCH] fix the grpc website url --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index c6384774..a35f2188 100644 --- a/doc.go +++ b/doc.go @@ -1,6 +1,6 @@ /* Package grpc implements an RPC system called gRPC. -See https://github.com/grpc/grpc for more information about gRPC. +See www.grpc.io for more information about gRPC. */ package grpc // import "google.golang.org/grpc"