Skip to content

Commit 5febfe1

Browse files
committed
docs: update README
1 parent f58f340 commit 5febfe1

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

grpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $ protoc --go_out=plugins=grpc:. protocol/hellogrpc.proto
160160

161161
14. Use the grpc-stream method
162162

163-
See [examples](/examples/README.md) for details
163+
See [examples](./examples/README.md) for details.
164164

165165
## Related References
166166

grpc/README.zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ $ protoc --go_out=plugins=grpc:. protocol/hellogrpc.proto
162162
```
163163

164164
14. 使用 grpc—stream 方式
165-
详见 [examples](/examples/README.zh_CN.md)
165+
详见 [examples](./examples/README.zh_CN.md)
166166

167167
## 相关参考
168168

grpc/examples/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
English | [中文](README.zh_CN.md)
2+
13
## Before running the sample code
24

35
1. Install [trpc](https://github.com/trpc-group/trpc-cmdline) tool, the version must be greater than v0.3.17.

grpc/examples/README.zh_CN.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[English](README.md) | 中文
2+
13
## 运行示例代码前
24

35
1. 安装 [trpc](https://trpc.group/trpc-go/trpc-go-cmdline) 工具。

0 commit comments

Comments
 (0)