fix the wrong reference link
diff --git a/rpc_util.go b/rpc_util.go
index a9bab99..cc57269 100644
--- a/rpc_util.go
+++ b/rpc_util.go
@@ -127,7 +127,8 @@
 	s io.Reader
 }
 
-// msgFixedHeader defines the header of a gRPC message (go/grpc-wirefmt).
+// msgFixedHeader defines the header of a gRPC message. Find more detail
+// at http://www.grpc.io/docs/guides/wire.html.
 type msgFixedHeader struct {
 	T      payloadFormat
 	Length uint32