doc: fix quickstart hyperlink in README (#3648)

This commit is contained in:
Bill Zong
2020-05-29 02:08:21 +08:00
committed by GitHub
parent acd5f84904
commit e0ec2b8320

View File

@ -7,7 +7,7 @@
The Go implementation of [gRPC](https://grpc.io/): A high performance, open
source, general RPC framework that puts mobile and HTTP/2 first. For more
information see the [gRPC Quick Start:
Go](https://grpc.io/docs/quickstart/go.html) guide.
Go](https://grpc.io/docs/languages/go/quickstart/) guide.
Installation
------------