From e03fb00abe8e2961b86f5ef88348563ed7e6a3fb Mon Sep 17 00:00:00 2001 From: heesu0 Date: Mon, 12 Feb 2024 12:37:35 +0900 Subject: [PATCH 1/2] examples: fix typo in url --- 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 079b6b4f1ee6..5abfd71a39d8 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 [interceptor](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor). From 15ddcf5aa2fd4e4bb1fa32e14f9149a6822e9f78 Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Fri, 16 Feb 2024 08:29:39 -0800 Subject: [PATCH 2/2] Update README.md --- 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 5abfd71a39d8..21eb35f6b60a 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 [interceptor](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor). +and not as an alternative to [interceptors](https://github.com/grpc/grpc-go/blob/master/examples/features/interceptor).