From c63d9258db23163b854c004f0fb43d75ea1a0f21 Mon Sep 17 00:00:00 2001 From: heesu_choi Date: Sat, 17 Feb 2024 06:08:38 +0900 Subject: [PATCH] examples: fix typo in url (#6978) --- examples/features/stats_monitoring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/stats_monitoring/README.md b/examples/features/stats_monitoring/README.md index 079b6b4f1..21eb35f6b 100644 --- a/examples/features/stats_monitoring/README.md +++ b/examples/features/stats_monitoring/README.md @@ -55,4 +55,4 @@ The context returned from this context. NOTE: The [stats](https://pkg.go.dev/google.golang.org/grpc/stats) package should only be used for network monitoring purposes, -and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/metadata). +and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor).