From a13197d0a7775a8f6e150f88a00dca6b6281024c Mon Sep 17 00:00:00 2001 From: Abhay Narayan Katare Date: Thu, 25 Nov 2021 12:30:33 +0530 Subject: [PATCH] broken link path fix for items http_filters/grpc_json_transcoder_filter Signed-off-by: Abhay Narayan Katare --- .../http/http_filters/_include/grpc-transcoder-filter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/http/http_filters/_include/grpc-transcoder-filter.yaml b/docs/root/configuration/http/http_filters/_include/grpc-transcoder-filter.yaml index 80a8c67e0f726..919d61296e0e5 100644 --- a/docs/root/configuration/http/http_filters/_include/grpc-transcoder-filter.yaml +++ b/docs/root/configuration/http/http_filters/_include/grpc-transcoder-filter.yaml @@ -21,7 +21,7 @@ static_resources: domains: ["*"] routes: # NOTE: by default, matching happens based on the gRPC route, and not on the incoming request path. - # Reference: https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/grpc_json_transcoder_filter#route-configs-for-transcoded-requests + # Reference: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_json_transcoder_filter#route-configs-for-transcoded-requests - match: {prefix: "/helloworld.Greeter"} route: {cluster: grpc, timeout: 60s} http_filters: