瀏覽代碼

Found another typo.

Nicolas "Pixel" Noble 10 年之前
父節點
當前提交
1b30394785
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ Developers using gRPC typically start with the description of an RPC service
 (a collection of methods), and generate client and server side interfaces
 (a collection of methods), and generate client and server side interfaces
 which they use on the client-side and implement on the server side.
 which they use on the client-side and implement on the server side.
 
 
-By default, gRPC uses [Protocol Buffers](github.com/google/protobuf) as the
+By default, gRPC uses [Protocol Buffers](https://github.com/google/protobuf) as the
 Interface Definition Language (IDL) for describing both the service interface
 Interface Definition Language (IDL) for describing both the service interface
 and the structure of the payload messages. It is possible to use other 
 and the structure of the payload messages. It is possible to use other 
 alternatives if desired.
 alternatives if desired.