From dd5c1a135525295db8b04e158e394a8a2e7283a0 Mon Sep 17 00:00:00 2001 From: Swayam Raina Date: Thu, 30 Jul 2020 19:45:00 +0530 Subject: [PATCH] doc: update broken link (#1945) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84ebbeff4b4f..e5e99690aca2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against - [TCP/UDP Proxy](doc/stream-proxy.md): Dynamic TCP/UDP proxy. - [Dynamic MQTT Proxy](doc/plugins/mqtt-proxy.md): Supports to load balance MQTT by `client_id`, both support MQTT [3.1.*](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html), [5.0](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html). - [gRPC proxy](doc/grpc-proxy.md): Proxying gRPC traffic. - - [gRPC transcoding](doc/plugins/grpc-transcoding.md): Supports protocol transcoding so that clients can access your gRPC API by using HTTP/JSON. + - [gRPC transcoding](doc/plugins/grpc-transcode.md): Supports protocol transcoding so that clients can access your gRPC API by using HTTP/JSON. - Proxy Websocket - Proxy Protocol - Proxy Dubbo: Dubbo Proxy based on Tengine.