From 6a70333c4b3adbcf80274e36289ddd676fec1ea2 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Thu, 2 Feb 2023 17:46:39 -0800 Subject: [PATCH] rm unused link Signed-off-by: Arko Dasgupta --- docs/latest/user/grpc-routing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latest/user/grpc-routing.md b/docs/latest/user/grpc-routing.md index ce607dcc649..b5ce633eb9b 100644 --- a/docs/latest/user/grpc-routing.md +++ b/docs/latest/user/grpc-routing.md @@ -77,7 +77,8 @@ grpcurl -plaintext -authority=grpc-example.com ${GATEWAY_HOST}:80 yages.Echo/Pin ``` You should see the below response -``` + +```shell { "text": "pong" } @@ -96,4 +97,3 @@ curl --http2-prior-knowledge -s ${GATEWAY_HOST}:80/yages.Echo/Ping -H 'Host: grp [Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway/ [Envoy proxy]: https://www.envoyproxy.io/ [gRPC-Web]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md#protocol-differences-vs-grpc-over-http2 -[spec]: https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1alpha2.GRPCRoute