From 0437586908a5b9a80cc9480f57f369fc07270ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Sat, 14 May 2022 09:43:43 -0700 Subject: [PATCH] Replace the gRPC reference link with a better one (#1081) --- tap/extensions/http/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap/extensions/http/main.go b/tap/extensions/http/main.go index e8131076a..cf0e1fac6 100644 --- a/tap/extensions/http/main.go +++ b/tap/extensions/http/main.go @@ -66,7 +66,7 @@ var grpcProtocol api.Protocol = api.Protocol{ BackgroundColor: "#244c5a", ForegroundColor: "#ffffff", FontSize: 11, - ReferenceLink: "https://grpc.github.io/grpc/core/md_doc_statuscodes.html", + ReferenceLink: "https://grpc.github.io/grpc/core/md_doc__p_r_o_t_o_c_o_l-_h_t_t_p2.html", Ports: []string{"80", "443", "8080", "50051"}, Priority: 0, }