Skip to content

Commit 360a033

Browse files
nic-chenmembphis
authored andcommitted
doc: fixed grpc server example link. (#851)
1 parent bae08d8 commit 360a033

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/grpc-proxy-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
在指定 Route 中,代理 gRPC 服务接口:
3737

3838
* 注意: 这个 Route 的属性 `service_protocol` 必须设置为 `grpc`
39-
* 注意: APISIX 使用 TLS 加密的 HTTP/2 暴露 gRPC 服务, 所以需要先 [配置 SSL 证书](https://github.com/iresty/apisix/blob/master/doc/https-cn.md)
40-
* 下面例子所代理的 gRPC 服务可供参考:[grpc_server_example](https://github.com/nic-chen/grpc_server_example)
39+
* 注意: APISIX 使用 TLS 加密的 HTTP/2 暴露 gRPC 服务, 所以需要先 [配置 SSL 证书](https-cn.md)
40+
* 下面例子所代理的 gRPC 服务可供参考:[grpc_server_example](https://github.com/iresty/grpc_server_example)
4141

4242
```shell
4343
curl http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '

doc/grpc-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ gRPC client -> APISIX -> gRPC server
3737
Here's an example, to proxying gRPC service by specified route:
3838

3939
* attention: the route's option `service_protocol` must be `grpc`
40-
* attention: APISIX use TLS‑encrypted HTTP/2 to expose gRPC service, so need to [config SSL certificate](https://github.com/iresty/apisix/blob/master/doc/https.md)
41-
* the grpc server example:[grpc_server_example](https://github.com/nic-chen/grpc_server_example)
40+
* attention: APISIX use TLS‑encrypted HTTP/2 to expose gRPC service, so need to [config SSL certificate](https.md)
41+
* the grpc server example:[grpc_server_example](https://github.com/iresty/grpc_server_example)
4242

4343
```shell
4444
curl http://127.0.0.1:9080/apisix/admin/routes/1 -X PUT -d '

doc/plugins/grpc-transcoding-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ curl http://127.0.0.1:9080/apisix/admin/proto/1 -X PUT -d '
6363
在指定 route 中,代理 grpc 服务接口:
6464

6565
* 注意: 这个 route 的属性`service_protocol` 必须设置为 `grpc`
66-
* 例子所代理的 grpc 服务可参考:[grpc_server_example](https://github.com/nic-chen/grpc_server_example)
66+
* 例子所代理的 grpc 服务可参考:[grpc_server_example](https://github.com/iresty/grpc_server_example)
6767

6868
```shell
6969
curl http://127.0.0.1:9080/apisix/admin/routes/111 -X PUT -d '

doc/plugins/grpc-transcoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl http://127.0.0.1:9080/apisix/admin/proto/1 -X PUT -d '
6161
Here's an example, to enable the grpc-transcode plugin to specified route:
6262

6363
* attention: the route's option `service_protocol` must be `grpc`
64-
* the grpc server example:[grpc_server_example](https://github.com/nic-chen/grpc_server_example)
64+
* the grpc server example:[grpc_server_example](https://github.com/iresty/grpc_server_example)
6565

6666
```shell
6767
curl http://127.0.0.1:9080/apisix/admin/routes/111 -X PUT -d '

0 commit comments

Comments
 (0)