From 5f5d4d2c0b861893db2a5aaf9adbee77da31f00a Mon Sep 17 00:00:00 2001 From: Bas Kok Date: Tue, 25 Jun 2024 19:33:32 +0200 Subject: [PATCH] doc: fix link to error_details example (#7345) --- Documentation/rpc-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rpc-errors.md b/Documentation/rpc-errors.md index 0854090df469..c277d261b436 100644 --- a/Documentation/rpc-errors.md +++ b/Documentation/rpc-errors.md @@ -65,4 +65,4 @@ exit status 1 [details]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Details [status-err]: https://godoc.org/google.golang.org/grpc/internal/status#Status.Err [status-error]: https://godoc.org/google.golang.org/grpc/status#Error -[example]: https://github.com/grpc/grpc-go/tree/master/examples/features/errors +[example]: https://github.com/grpc/grpc-go/tree/master/examples/features/error_details